Adding png attributes as binary files so git does not swap the crlf to lf.

pull/113/head
Pete "Peteches" McCabe 2015-10-14 18:06:20 +00:00
parent 3ae61a70f2
commit 7fc9757e9d
1 changed files with 3 additions and 0 deletions

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