Merge pull request #113 from peteches/master

Adding png attributes as binary files so git does not swap the crlf t…
pull/116/head
Bruno Sutic 2015-10-15 13:58:45 +02:00
commit fbfb0993a1
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