From 7a3747f0cc4e3ceb5ae231be731cea5b5ffc30df Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Thu, 21 Sep 2017 18:37:58 -0700 Subject: [PATCH] Mark svg files as binary/generated in gitattributes. This will suppress them from the github UI diffs (and line counts), see https://github.com/github/linguist#generated-code. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7d11db1dd140..64e5d9716c35 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ * text=auto +*.svg binary +*.svg linguist-language=true lib/matplotlib/_version.py export-subst