diff options
author | Itay Grudev <itay@mail.bg> | 2012-12-23 00:12:38 +0200 |
---|---|---|
committer | Itay Grudev <itay@mail.bg> | 2012-12-23 00:12:38 +0200 |
commit | 230b4ebe94400ac7af47731e5c2b965b0c5fb2da (patch) | |
tree | ad0b511cdff2023e0cabe0268986707efcc7b6ff /.gitattributes | |
download | singleapplication-230b4ebe94400ac7af47731e5c2b965b0c5fb2da.tar.xz |
Add base files
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 |