.gitattributes: *.dat files should not be CRLF converted

This commit is contained in:
Sergei Golubchik 2015-06-03 19:42:34 +02:00
parent c79e98e491
commit 934a18daec

1
.gitattributes vendored
View file

@ -12,6 +12,7 @@
# These files should be checked out as is
*.result -text -whitespace
*.dat -text -whitespace
# Denote all files that are truly binary and should not be modified.
*.png binary