-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitattributes
54 lines (54 loc) · 1.33 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Define Aurora/Odyssey NSS.
*.nss linguist-language=NWScript
# Define RTF as generated to remove them from the language stats and hide in diffs
*.rtf linguist-generated
# Flag compiled scripts, 2DAs, models, textures, GFF, container formats, etc. as binary.
*.2da binary
*.are binary
*.bik binary
*.dds binary
*.dlg binary
*.dwk binary
*.erf binary
*.git binary
*.gui binary
*.ifo binary
*.jrl binary
*.lip binary
*.mdl binary
*.mdx binary
*.mod binary
*.mp3 binary
*.ncs binary
*.pth binary
*.pwk binary
*.rim binary
*.rtf binary
*.ssf binary
*.tga binary
*.tlk binary
*.tpc binary
*.utc binary
*.utd binary
*.ute binary
*.uti binary
*.utm binary
*.utp binary
*.uts binary
*.utt binary
*.utw binary
*.wav binary
*.wok binary
# Flag any text files to have Windows-style EOL to prevent crashes (apparently Odyssey does not like Unix-style).
*.lyt text eol=crlf
*.nss text eol=crlf
*.txi text eol=crlf
*.vis text eol=crlf
# Flag items for exclusion from the source archives automatically created during a release. This also affects the "download repository"
# zip, but that's like a safety feature, excluding people that don't know how to clone and thus probably shouldn't be using the dev build.
/tslpatchdata export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
Readme.rtf export-ignore
Changelog.rtf export-ignore