more strict gitattributes
[xtuple] / .gitattributes
1 # Set default behavior
2 * text eol=lf
3
4 # Declare files that will always have LF line endings on checkout
5 # *.php text eol=lf
6 # *.css text eol=lf
7 # *.js text eol=lf
8 # *.less text eol=lf
9 # *.html text eol=lf
10 # *.sql text eol=lf
11 # *.txt text eol=lf
12 # *.js text eol=lf
13 # *.c text eol=lf
14 # *.sh text eol=lf
15 # *.md text eol=lf
16 # *.json text eol=lf
17 # *.cpp text eol=lf
18 # *.yml text eol=lf
19
20 # Do not treat these as text
21 *.jpg binary
22 *.data binary
23 *.png binary
24 *.ttf binary
25 *.otf binary
26 *.eot binary
27 *.gif binary
28 *.gz binary
29 *.ico binary
30 *.phar binary