Added attribute to treat png's as binary files.

This commit is contained in:
Pete "Peteches" McCabe 2015-10-14 17:51:47 +00:00
parent aba1d6f7fa
commit 2c2d5775f8

3
.gitattributes vendored
View file

@ -1,2 +1,5 @@
# Force text files to have unix eols, so Windows/Cygwin does not break them
*.* eol=lf
# Except for images because then on checkout the files have been altered.
*.png binary