-
Notifications
You must be signed in to change notification settings - Fork 251
/
.gitattributes
62 lines (59 loc) · 1.08 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
# .gitattributes
# Text files
*.asm text eol=lf
*.asp text eol=lf
*.bat text eol=lf
*.c text eol=lf
*.cc text eol=lf
*.check_cache text eol=lf
*.cmake text eol=lf
*.cnt text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.hm text eol=lf
*.in text eol=lf
*.json text eol=lf
*.lastbuildstate text eol=lf
*.list text eol=lf
*.loc text eol=lf
*.log text eol=lf
*.m text eol=lf
*.md text eol=lf
*.msg text eol=lf
*.msn text eol=lf
*.recipe text eol=lf
*.rc text eol=lf
*.rule text eol=lf
*.sh text eol=lf
*.sqlite text eol=lf
*.str text eol=lf
*.txt text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
# .editorconfig also contains a list of files that should use CRLFs. If you add
# a new “eol=crlf” here, then please also add it to .editorconfig.
# Visual Studio project files
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
# Binary files
*.bin binary
*.bmp binary
*.dll binary
*.exe binary
*.exp binary
*.fnt binary
*.ico binary
*.idb binary
*.lib binary
*.oaf binary
*.obj binary
*.ogf binary
*.omf binary
*.osf binary
*.pdb binary
*.rc2 binary
*.rtf binary
*.sln binary
*.stamp binary
*.tlog binary
*.wav binary