-
Notifications
You must be signed in to change notification settings - Fork 192
/
.gitattributes
107 lines (104 loc) · 1.74 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Auto detect text files and perform LF normalization
* text=auto
# These files are text and should be normalized (convert crlf => lf)
*.ISO text
*.R text
*.amy text
*.aux text
*.bat text
*.c text
*.cmake text
*.cmakein text
*.com text
*.cpp text
*.cs text
*.csproj text
*.css text
*.csv text
*.cxx text
*.dat text
*.ddy text
*.def text
*.diff text
*.dsp text
*.dsw text
*.epw text
*.erb text
*.err text
*.file text
*.gcc text
*.h text
*.hpp text
*.htm text
*.html text
*.i text
*.idd text
*.idf text
*.ies text
*.ill text
*.imf text
*.in text
*.iss text
*.java text
*.js text
*.json text
*.mak text
*.manifest text
*.map text
*.md text
*.mms text
*.msc text
*.natstepfilter text
*.natvis text
*.osc text
*.osm text
*.patch text
*.plist text
*.prj text
*.py text
*.qrc text
*.qss text
*.rb text
*.rc text
*.resx text
*.settings text
*.sgml text
*.sh text
*.sln text
*.stat text
*.sub text
*.svg text
*.tmp text
*.txt text
*.ui text
*.vms text
*.xml text
*.yaml text
# Images should be treated as binary
# (binary is a macro for -text -diff)
*.EAP binary
*.bmp binary
*.bz2 binary
*.db binary
*.doc binary
*.docx binary
*.gif binary
*.icns binary
*.ico binary
*.jpg binary
*.osp binary
*.otf binary
*.pdf binary
*.png binary
*.pptx binary
*.rsrc binary
*.skp binary
*.so binary
*.snk binary
*.sql binary
*.style binary
*.tiff binary
*.ttf binary
*.woff binary
*.xlsx binary
*.zip binary