-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitattributes
41 lines (36 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
# Auto detect text files and perform LF normalization
* text=auto
*.txt text eol=lf filter=spabs
*.c text eol=lf filter=spabs
*.cpp text eol=lf filter=spabs
*.h text eol=lf filter=spabs
*.rb text eol=lf filter=spabs
*.js text eol=lf filter=spabs
*.css text eol=lf filter=spabs
*.html text eol=lf filter=spabs
*.md text eol=lf filter=spabs
# Custom for Visual Studio
*.cs text eol=crlf diff=csharp
*.sln text eol=crlf merge=union
*.csproj text eol=crlf merge=union
*.vbproj text eol=crlf merge=union
*.fsproj text eol=crlf merge=union
*.dbproj text eol=crlf merge=union
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.png binary
*.jpg binary
*.skp binary
*.so binary
*.bundle binary
*.dll binary
*.dylib binary