From 5df1dd49a8bddb82d5a8d5988d8523124bd72d82 Mon Sep 17 00:00:00 2001 From: Stefanos A Date: Fri, 11 Oct 2013 01:11:28 +0200 Subject: [PATCH] Added line-ending conversions --- .gitattributes | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..52a7e218 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,30 @@ +* text eol=crlf +*.fs text +*.cs text +*.fsproj text +*.csproj text +*.sln text +*.config text +*.txt text +*.xml text +*.nsi text +*.doxyfile text +*.spec text +*.tm text +*.glsl text +*.resx text + +*.dll binary +*.exe binary +*.so binary +*.dylib binary +*.snk binary +*.bmp binary +*.dds binary +*.ico binary +*.png binary +*.jpg binary +*.wav binary +*.ogg binary +*.zip binary +