From 18eda45b714fe0adc9e4019ed1e3d5ccd464e86b Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Wed, 4 Aug 2010 00:47:19 +0200 Subject: [PATCH] Add gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..1a15330249 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sln -crlf +*.csproj -crlf \ No newline at end of file