From 502e14136d4e18622c0414bf7c64887a634e6924 Mon Sep 17 00:00:00 2001 From: Garry Sager Date: Tue, 27 Oct 2015 12:02:54 -0400 Subject: [PATCH] add gz files and md files as binary as far as git is concerned --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a337c69..75ce543 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,6 @@ *.gitattributes eol=crlf -*.zip binary \ No newline at end of file +*.zip binary +*.gz binary +*.md binary