From 2bdb5e0bbc6bbd027629e694078d7db34dfa8152 Mon Sep 17 00:00:00 2001 From: Rico Huijbers Date: Thu, 9 Aug 2018 10:18:10 +0200 Subject: [PATCH] Tell .gitattributes that .zip files are binary 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