Merge pull request #949 from cxd4/corrupt-commits

Don't force other contributors to make unreadable PRs.
This commit is contained in:
zilmar 2016-01-28 17:41:10 +11:00
commit 154b94008d
1 changed files with 0 additions and 28 deletions

28
.gitattributes vendored
View File

@ -1,30 +1,3 @@
# Automatically detect text files and perform LF line ending normalization
* text=auto
# Files you want to always be normalized and converted
# to native line endings on checkout
*.c text
*.cpp text
*.h text
*.in text
*.dsp text
*.iss text
*.rc text
*.cpf text
*.sc text
*.cmd text
*.sh text
*.txt text
# Files that will always have CRLF line endings on checkout
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
*.filters text eol=crlf
*.props text eol=crlf
*.vsprops text eol=crlf
*.vbs text eol=crlf
# All files that are binary and should not be normalized # All files that are binary and should not be normalized
# Images # Images
@ -34,7 +7,6 @@
*.gif binary *.gif binary
*.bmp binary *.bmp binary
*.ico binary *.ico binary
*.xpm binary
*.cur binary *.cur binary
# Binary data # Binary data