From 7cfd5b5be8637b9c540e6e77b6b837bf68370a10 Mon Sep 17 00:00:00 2001 From: Rico Huijbers Date: Thu, 9 Aug 2018 15:03:07 +0200 Subject: [PATCH] Tell .gitattributes that .zip files are binary (#535) The vendored ZIPs we still have are causing problems for me when switching branches. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 07960bd135670..578f4ca32436e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,4 @@ * eol=lf *.gif binary +*.zip binary