From 56012447d8b8713ba0bd43bf44f4cc850fe6e2f3 Mon Sep 17 00:00:00 2001 From: morkt Date: Tue, 22 Jul 2014 19:59:16 +0400 Subject: [PATCH] added git attributes. --- .gitattributes | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..450e4471 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,24 @@ +# enabling this marks the whole repository as changed +#* text=auto +#*.txt text +#*.xaml eol=crlf + +# Custom for Visual Studio +*.cs diff=csharp +*.sln merge=union +*.csproj merge=union +*.vbproj merge=union +*.fsproj merge=union +*.dbproj merge=union + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain