diff options
author | ↑←↑↓→↓→←↑ <github@jaseg.net> | 2016-11-17 08:45:53 +0100 |
---|---|---|
committer | ↑←↑↓→↓→←↑ <github@jaseg.net> | 2016-11-17 08:45:53 +0100 |
commit | 225300fd948796cfd13b7f61bfe1925bf7e56b3a (patch) | |
tree | 4e007610d905bd04d2779c5eed42baf4882da8d9 /.gitattributes | |
download | olsndot-225300fd948796cfd13b7f61bfe1925bf7e56b3a.tar.gz olsndot-225300fd948796cfd13b7f61bfe1925bf7e56b3a.tar.bz2 olsndot-225300fd948796cfd13b7f61bfe1925bf7e56b3a.zip |
:octocat: Added .gitattributes & .gitignore files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bdb0cab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp + +# 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 |