From eb95e1593000ca42cc6119da48b7983a73e024bd Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 16 Dec 2016 12:19:45 +0100 Subject: [PATCH] Set tgz files as binary in git (#2273) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 23273aa3..6c99eb5e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto * text eol=lf *.bin binary +*.tgz binary