Revert "Updated gitattributes"

This reverts commit 9ac6dba517.
This commit is contained in:
Dimitris Panokostas 2017-01-25 12:00:56 +01:00
parent 9ac6dba517
commit 22e28d66c1
3 changed files with 0 additions and 16 deletions

16
.gitattributes vendored
View file

@ -1,22 +1,6 @@
# Auto detect text files and perform LF normalization
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.cpp text
*.hpp text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.ico binary
*.bmp binary
*.ttf binary
# Custom for Visual Studio
*.cs diff=csharp