Archived
1
0
Fork 0

Adding gitattributes.

This commit is contained in:
Henrik Hautakoski 2013-12-10 08:42:21 +01:00
parent 621e4a20de
commit e82d4aca19

21
.gitattributes vendored Normal file
View file

@ -0,0 +1,21 @@
# normalize these files. Always LF on checkout and always LF on checkin
.gitignore eol=lf
.gitattributes eol=lf
*.php text eol=lf
*.phtml text eol=lf
*.html text eol=lf
*.sh text eol=lf
*.ini text eol=lf
*.css text eol=lf
*.js text eol=lf
# Binary files, should never be normalized.
*.exe binary
*.dll binary
*.so binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary