From 7fc9757e9d6e14694a064ac4b31d29c7c1450bc1 Mon Sep 17 00:00:00 2001 From: "Pete \"Peteches\" McCabe" Date: Wed, 14 Oct 2015 18:06:20 +0000 Subject: [PATCH] Adding png attributes as binary files so git does not swap the crlf to lf. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4cde323..3772b5e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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