From 891768495bdd6efa40f664bd2a6bbfc58ca9995b Mon Sep 17 00:00:00 2001 From: Diego Sogari Date: Wed, 16 Mar 2016 09:52:04 -0300 Subject: [PATCH] add binary attribute to .bz2 files --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index cc485d43d2..9d092449fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,7 @@ # Denote all files that are truly binary and should not be modified *.7z binary *.a binary -*.bz2 +*.bz2 binary *.dll binary *.exe binary *.gz binary