From cd38456af4ed277ab47eab0c536ed91d68bfb3ca Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Fri, 5 Jul 2019 08:57:54 -0500 Subject: Explicitly declare image files to be binaries in .gitattributes, so as to avoid crlf-munging --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index d6e50a67aa8..581671af6b7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,6 @@ * text=auto eol=lf tests/* linguist-vendored + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary -- cgit v1.2.3