-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
64 lines (64 loc) · 1.12 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
CMakeLists.txt text eol=lf
Dockerfile text eol=lf
.gitattributes text eol=lf
*.c text eol=lf
*.cmake text eol=lf
*.conf text eol=lf
*.cpp text eol=lf
*.cs text eol=lf
*.css text eol=lf
*.cu text eol=lf
*.cuh text eol=lf
*.dae text eol=lf
*.dockerfile text eol=lf
*.fbs text eol=lf
*.h text eol=lf
*.h.in text eol=lf
*.hpp text eol=lf
*.hpp.in text eol=lf
*.hrc text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.less text eol=lf
*.lua text eof=lf
*.md text eol=lf
*.pjd text eol=lf
*.proto text eol=lf
*.rc text eol=lf
*.rch text eol=lf
*.sh text eol=lf
*.svg text eol=lf
*.ts text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.xpm text eol=lf
*.xsd text eol=lf
*.yml text eol=lf
####################
*.csproj.in text eol=crlf
*.filters text eol=crlf
*.m text eol=crlf
*.resx text eol=crlf
*.rst text eol=crlf
*.sln text eol=crlf
*.sql text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
####################
*.bmp binary
*.doc binary
*.eap binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.mp3 binary
*.ntf binary
*.pdf binary
*.png binary
*.rtf binary
*.vsd binary
*.xcf binary
*.xlsx binary
*.zip binary