forked from ao-org/argentum-online-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
56 lines (54 loc) · 1002 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Auto-CRLF setting.
* text eol=crlf
# Declare file types.
# The - is a negation symbol, so -text it means"not" text
*.exe binary
*.msv binary
*.frx binary
*.ico binary
*.png binary
*.gif binary
*.jpg binary
*.gif binary
*.bmp binary
*.mcl binary
*.ind binary
*.con binary
*.bin binary
*.mid binary
*.mp3 binary
*.wav binary
*.ao binary
*.AO binary
*.ocx binary
*.OCX binary
*.map binary
*.inf binary
*.csm binary
*.res binary
*.RES binary
*.frx binary
*.exe binary
*.dll binary
*.DLL binary
*.ico binary
*.gif binary
*.ocx binary
*.tlb binary
*.ocx.bin binary
*.ism binary
*.bin binary
*.aps binary
*.ncb binary
*.exe.compat binary
*.ocx.compat binary
*.db binary
# Declare encoding and file type
.manifest text
.rc text
*.bas text working-tree-encoding=windows-1252
*.cls text working-tree-encoding=windows-1252
*.vbp text working-tree-encoding=windows-1252
*.frm text working-tree-encoding=windows-1252
*.json text working-tree-encoding=windows-1252
*.dat text working-tree-encoding=windows-1252