From 24f6ee2e60b0bb39de44dd6a7553052b6f6ae3ba Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Wed, 2 Jan 2019 15:54:11 -0700 Subject: [PATCH] Specify files as binary in .gitattributes (#1362) --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitattributes b/.gitattributes index 0c2a50fd4b2..d32081419d1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,3 +11,11 @@ # text=false here essentially is the same as core.autocrlf=false * text=false eol=lf +*.png binary +*.jpg binary +*.jpeg binary +*.JPG binary +*.JPEG binary +*.tar binary +*gz binary +*MY? binary