From 88c9715fb0c5e0509a7f17e97c94aeb09313b21f Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 16 Feb 2013 15:00:23 -0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..c89cdbf70 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,26 @@ +# automatic eol conversions +* text=auto + +*.c text +*.cc text +*.cpp text +*.h text +*.hpp text +*.txt text +*.pl text +*.sql text +*.xml text +*.yaml text +*.conf text +*.resx text +*.cs text +*.ini text +*.settings text +*.html text +*.css text +*.js text +*.types text + +*.vcproj text merge=union +*.csproj text merge=union +*.sln text merge=union eol=crlf