-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
42 lines (42 loc) · 857 Bytes
/
.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
# Define Aurora/Odyssey NSS.
*.nss linguist-language=NWScript
# Define RTF as documentation to remove them from the language stats
*.rtf linguist-documentation
# 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
*.ifo binary
*.jrl binary
*.lip binary
*.mdl binary
*.mdx binary
*.mod binary
*.ncs binary
*.pth binary
*.pwk binary
*.rim binary
*.tga binary
*.tlk binary
*.tpc binary
*.utc binary
*.utd binary
*.uti binary
*.utm binary
*.utp binary
*.uts binary
*.utt binary
*.utw binary
*.wav binary
*.wok binary
*.rtf 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