-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
47 lines (43 loc) · 1.15 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
# build scripts and such
*.sh text eol=lf
*.ac text eol=lf
*.am text eol=lf
*.in text eol=lf
Makefile text eol=lf
Makefile.win text eol=lf
configure text eol=lf
# Xcode
*.pbxproj text eol=crlf
.* icns binary
# 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
# (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
*.h text eol=lf
*.hh 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
*.pdf binary
*.psd binary