From eac484693fff4815079402a737754928f48ddd3e Mon Sep 17 00:00:00 2001 From: Laurent Clouet Date: Sun, 13 Mar 2016 22:22:40 +0100 Subject: [PATCH] PNG should be handle as binary --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 043a78e..d19ab30 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text eol=lf *.jar binary +*.png binary