-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
82 lines (74 loc) · 1.87 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
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# (Possible) Source files
*.inc text eol=lf
*.html text eol=lf
*.js text eol=lf
*.css text eol=lf
*.c text eol=lf
*.cc text eol=lf
*.cpp text eol=lf
*.cxx text eol=lf
*.in text eol=lf
*.h text eol=lf
*.hh text eol=lf
*.hpp text eol=lf
*.rc text eol=lf
*.ini text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.md text eol=lf
*.markdown text eol=lf
*.def text eol=lf
*.py text eol=lf
*.java text eol=lf
*.aidl text eol=lf
*.kt text eol=lf
# build scripts and such
*.sh text eol=lf
*.ac text eol=lf
*.am text eol=lf
*.in text eol=lf
*.cmake text eol=lf
Makefile text eol=lf
Makefile.win text eol=lf
configure text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
# Declare files that will always have CRLF line endings on checkout.
# Xcode
*.pbxproj text eol=crlf
# Visual Studio
*.csproj text eol=crlf
*.vbproj text eol=crlf
*.fsproj text eol=crlf
*.dbproj text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
*.filter text eol=crlf
*.filters text eol=crlf
*.vsprops text eol=crlf
*.sln text eol=crlf
*.dsw text eol=crlf
*.dsp text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.bmp binary
*.pdf binary
*.ico binary
*.exe binary
*.lib binary
*.dll binary
*.so binary
*.dylib binary
*.a binary
*.o binary
*.obj binary
*.wav binary
*.mp3 binary
*.pcm binary
# Keep JSON, do not modified
*.json binary