From 84790f8e21898ea62a53903bf4165cb0236daa14 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 26 Oct 2017 22:25:39 -0700 Subject: [PATCH] gitattributes: Set .jpeg files as binary. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 0caaea4cc1..33effa09d8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ * text=auto eol=lf *.gif binary *.jpg binary +*.jpeg binary *.eot binary *.woff binary *.woff2 binary