Merge pull request #949 from cxd4/corrupt-commits
Don't force other contributors to make unreadable PRs.
This commit is contained in:
commit
154b94008d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue