From f8a4e7b3a428ecc72bf7b59411c898a04900c42f Mon Sep 17 00:00:00 2001 From: Roberto Huertas Date: Sat, 17 Dec 2016 14:09:17 -0800 Subject: [PATCH] png file added to binaries. linux complains (#541) --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0accb1a298..290fe144cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,4 +7,5 @@ # Denote all files that are truly binary and should not be modified. ############################################################################### *.psd binary -*.ai binary \ No newline at end of file +*.ai binary +*.png binary \ No newline at end of file