From 4c7d0d172fb3f7797d48b1fc9ac27338abfadd5b Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Mon, 4 Sep 2017 20:00:24 +0100 Subject: [PATCH] Issue #2711855 by Meenakshi Gupta, toomanypets, derheap: Add binary font file types to .gitattributes --- .gitattributes | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1c6f2745476..a37894e8e43 100644 --- a/.gitattributes +++ b/.gitattributes @@ -45,13 +45,17 @@ # Define binary file attributes. # - Do not treat them as text. # - Include binary diff in patches instead of "binary files differ." +*.eot -text diff +*.exe -text diff *.gif -text diff *.gz -text diff *.ico -text diff *.jpeg -text diff *.jpg -text diff -*.png -text diff +*.otf -text diff *.phar -text diff -*.exe -text diff +*.png -text diff *.svgz -text diff *.ttf -text diff +*.woff -text diff +*.woff2 -text diff