From 2c2d5775f85df0f26831adbc5a398acc9959bca2 Mon Sep 17 00:00:00 2001 From: "Pete \"Peteches\" McCabe" Date: Wed, 14 Oct 2015 17:51:47 +0000 Subject: [PATCH] Added attribute to treat png's as binary files. --- .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