-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
57 lines (56 loc) · 1.24 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
55
56
57
# Auto detect text files and perform LF normalization
* text=auto
*.1 text
*.ac text
*.bat text eol=crlf
*.bmp binary
*.c text
*.cat text
*.cls text
*.cpp text
*.csh text eol=lf
*.doc binary
*.def text
*.dsp text
*.dsw text
*.fnc text
*.frm text
*.gif binary
*.gz binary
*.h text
*.hpp text
*.html text
*.ico binary
*.in text eol=lf
*.inc text
*.inp text
*.jap text
*.jpg binary
*.m4 text
*.mak text
*.md text
*.mwp binary
*.nsi text
*.nsh text
*.odt binary
*.orx text
*.png binary
*.rc text
*.res binary
*.rex text
*.sh text eol=lf
*.sgml text
*.spec text
*.src text
*.tar binary
*.testGroup text
*.testUnit text
*.tgz binary
*.tpl text
*.txt text
*.ver text
*.version text
*.wav binary
*.xml text
*.xsl text
*.zip binary