forked from multi-os-engine/moe-samples-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
43 lines (39 loc) · 846 Bytes
/
.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
# default behaviour
* text=auto
# files to be stored and checked out with LF endings
*.h text eol=lf
*.hpp text eol=lf
*.c text eol=lf
*.cc text eol=lf
*.cpp text eol=lf
*.java text eol=lf
*.cl text eol=lf
*.cs text eol=lf
*.sh text eol=lf
*.texi text eol=lf
*.map text eol=lf
Makefile text eol=lf
*/Makefile text eol=lf
# files to be stored and checked out with CRLF endings
*.vcxproj text eol=crlf
*.vcproj text eol=crlf
*.csproj text eol=crlf
*.vsprops text eol=crlf
*.props text eol=crlf
*.sln text eol=crlf
*.rc text eol=crlf
*.def text eol=crlf
*.txt text eol=crlf
*.bat text eol=crlf
# binary files which should not be modified
*.rtf binary
*.doc binary
*.docx binary
*.pdf binary
*.jpg binary
*.jpeg binary
*.png binary
*.bmp binary
# paths which should be ignored by git-archive
.gitattributes export-ignore
.gitignore export-ignore