-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
222 lines (221 loc) · 6.66 KB
/
Copy path.gitattributes
File metadata and controls
222 lines (221 loc) · 6.66 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
# Important:
#
# If you insert a new entry for "text" or "eol=", or you change an exisiting
# entry from binary to "text" or "eol=", make sure that any existing files
# of that type are normalized. The easiest way to do this is to type
# "rm .git/index && git reset".
#
# This is a catch-all fallback entry for anything that's not matched below.
# We need this only so that it's possible to turn on core.autocrlf without
# having to fear accidental corruption of binary files that look like text.
* -text
.gitattributes text
.gitignore text
.cproject text eol=crlf
.project text eol=crlf
.xproject text eol=lf
*.a binary
*.abm binary
*.adg binary
*.adv binary
*.agr binary
*.ai binary
*.aif binary
*.alc binary
*.alias binary
*.alp binary
*.als binary
*.amp binary
*.ams text
*.amxd binary
*.ani binary
*.applescript text
*.aps binary
*.ascript text
*.asc text eol=lf
*.asd binary
*.ask binary
*.asm text
*.asy text eol=crlf
*.aupreset text
*.avd text
*.bak binary
*.bat text eol=crlf
*.bin binary
*.bmp binary
*.BOM binary
*.buildinfo text eol=lf
*.bz2 binary
*.c text diff=cpp eol=lf
*.cab binary
*.cat binary
*.cmake text
*.cmd text eol=crlf
*.config text
*.conf text
*.cp text
*.cpp text diff=cpp
*.csproj text eol=crlf
*.css text
*.dat text eol=lf
*.db binary
*.deb binary
*.def text
*.diff text
*.dll binary
*.doc binary
*.docbook text
*.docx binary
*.dontLint text
*.DSN binary
*.dsp text eol=crlf
*.dsw text eol=crlf
*.dwg binary
*.dylib binary
*.egg binary
*.epub binary
*.EXE binary
*.exe binary
*.exp binary
*.feature text diff=feature
*.filters text
*.fla binary
*.flac binary
*.fnt binary
*.gdb text
*.gif binary
*.gp text eol=lf
*.gyp text
*.graffle binary
*.gz binary
*.h text diff=cpp eol=lf
*.hpp text diff=cpp
*.html text eol=lf
*.icns binary
*.ico binary
*.INC binary
*.inc text eol=lf
*.ini text
*.inf text eol=crlf
*.java text
*.JPG binary
*.jpg binary
*.js text
*.json text
*.lib binary
*.lng text
*.log text
*.lua text
*.m text
*.m4a binary
*.manifest text eol=crlf
*.maxpat text
*.mcp binary
*.metainfo text eol=crlf
*.mid binary
*.mm text
*.mmap binary
*.MOD binary
*.mp3 binary
*.msi binary
*.msu binary
*.mxe64 binary
*.mxf binary
*.mpp binary
*.nib binary
*.nki binary
*.o binary
*.odt binary
*.ogg binary
*.OPJ binary
*.opj binary
*.otf binary
*.patch text
*.pbxproj text
*.pbxuser text
*.pch++ text
*.pdb binary
*.pdf binary
*.pdb binary
*.pem text
*.pl text
*.plist text
*.plt text eol=lf
*.PNG binary
*.png binary
*.pptx binary
*.props text
*.prj text
*.psd binary
*.py text eol=lf
*.pyd binary
*.pym text
*.qml text eol=lf
*.r text
*.rb text
*.rc text eol=crlf
*.rsrc binary
*.rst text eol=lf
*.rtf binary
*.rules text
*.S text eol=lf
*.sat binary
*.scpt binary
*.sh text eol=lf
*.sln text eol=crlf
*.so binary
*_sources text
*.stg binary
*.stl binary
*.stp binary
*.strings binary
*.sub text eol=crlf
*.svg binary
*.sys binary
*.syx binary
*.T3001 binary
*.targets text
*.tdg binary
*.tgz binary
*.TIF binary
*.tif binary
*.tlb binary
*.ttf binary
*.txt text
*.upgrade binary
*.URL text
*.url text
*.vb text eol=crlf
*.vbs text eol=crlf
*.vcproj text eol=crlf
*.vcproj.user text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.user text eol=crlf
*.vsd binary
*.vsdx binary
*.vsprops text eol=crlf
*.vxd binary
*.wav binary
*.wire text
*.wma binary
*.wse text eol=crlf
*.xcconfig text
*.xc text diff=cpp eol=lf
*.xcworkspacedata text
*.xe binary
*.xls binary
*.xlsx binary
*.xml text eol=lf
*.xn text
*.yml text
*.zip binary
Makefile text eol=lf
.makefile text eol=lf
bulktest binary
module_build_info text eol=lf
module_description text eol=lf
VERSION text eol=lf
EmptyFolder text
org.eclipse.*.prefs text
# some config files are binary
*.cfg -text