-
-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy path.gitattributes
45 lines (43 loc) · 972 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
# Auto-CRLF setting.
* text eol=crlf
/INIT/sinfo.dat eol=lf
/GRAFICOS/Fonts/font1.dat eol=lf
/GRAFICOS/Fonts/font2.dat eol=lf
/GRAFICOS/Fonts/font3.dat eol=lf
# Declare file types.
# The - is a negation symbol, so -text it means"not" text
*.msv binary
*.frx binary
*.ico binary
*.png binary
*.gif binary
*.jpg binary
*.gif binary
*.bmp binary
*.mcl binary
*.dll binary
*.ind binary
*.con binary
*.bin binary
*.mid binary
*.mp3 binary
*.wav binary
*.ao binary
*.ocx binary
*.OCX binary
*.map binary
*.exe binary
*.ani binary
*.inf binary
/GRAFICOS/Fonts/font1.dat binary
/GRAFICOS/Fonts/font2.dat binary
/GRAFICOS/Fonts/font3.dat 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