From 955df5e73a077b80efab342b8a10c1d6df887b21 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sat, 31 Jan 2015 10:57:57 +0100 Subject: [PATCH] Added : *.png are binary files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 35be5a86c..b9d54fbfd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ # Denote files that should not be modified. *.odt binary +*.png binary # Visual Studio *.sln binary *.suo binary