From e43c517b49f51ca9f730057584ed94f9c9bd80ce Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Sun, 7 Nov 2010 21:55:38 +0100 Subject: [PATCH] .gitattributes added --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..398c4947 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +*.php text +*.pl text +*.xml text +*.java text +*.sh eol=lf +*.txt text +.project text +.classpath text +.buildpath text