-
Notifications
You must be signed in to change notification settings - Fork 275
/
.gitattributes
45 lines (41 loc) · 1.01 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
# Auto detect text files not listed here for normalization
* text=auto
# Files that must be normalized to lf format
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.s text eol=lf
*.S text eol=lf
*.py text eol=lf
*.tex text eol=lf
*.ld text eol=lf
*.lds text eol=lf
*.asm text eol=lf
*.goilTemplate text eol=lf
*.oil text eol=lf
*.galgas text eol=lf
*.galgasProject text eol=lf
*.sh text eol=lf
*.t32 text eol=lf
*.cmm text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.properties text eol=lf
*.html text eol=lf
# Files that must be normalized to crlf format
#*.bat text eol=crlf
# Files that must stay untouched
*.a binary
*.bmp binary
*.elf binary
*.gif binary
*.icns binary
*.idx binary
*.lib binary
*.pack binary
*.pdf binary
*.png binary
*.tiff binary
*.hex binary
*.rtf binary
*.xcuserstate binary