From 7b5f6192b5351417610f944eb86934e077303375 Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Wed, 16 Feb 2011 01:53:27 +0100 Subject: [PATCH] .gitattributes --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..edafb651 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +*.php text +*.pl text +properties text +*.html text +*.css text +*.tpl text +*.xml text +*.java text +*.sh eol=lf +*.txt text +.project text +.classpath text +.buildpath text