From e82d4aca199720f6dc8aab74fbfe0cf9bb47d440 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 10 Dec 2013 08:42:21 +0100 Subject: [PATCH] Adding gitattributes. --- .gitattributes | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c2277aa --- /dev/null +++ b/.gitattributes @@ -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