diff options
author | BlockMen <nmuelll@web.de> | 2013-06-28 22:58:06 +0200 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2013-06-28 22:58:06 +0200 |
commit | d3e8f7134aacacca5c5980ff108f576f7b1f4bd0 (patch) | |
tree | 81e3bfb267201624e583323ec25844debb33b55b /.gitattributes |
Initial commit
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..412eeda --- /dev/null +++ b/.gitattributes @@ -0,0 +1,22 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# 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 |