From 9c597db11c659faa85dad2ee8c55954a4c734a90 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Thu, 4 Dec 2014 18:11:04 +0100 Subject: [PATCH] add gitattributes --- .gitattributes | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cd9b9c5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +# Auto detect text files and perform LF normalization +* text + +# Don't check these into the repo as LF to work around TeamCity bug +*.xml -text +*.targets -text + +# Custom for Visual Studio +*.cs diff=csharp +*.sln merge=union +*.csproj merge=union +*.vbproj merge=union +*.fsproj merge=union +*.dbproj merge=union + +# Denote all files that are truly binary and should not be modified. +*.dll binary +*.exe binary +*.png binary +*.ico binary +*.snk binary +*.pdb binary +*.svg binary