From d84e5689411f7bf2488d548983700ada4d228efe Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Thu, 22 Sep 2016 12:23:08 +0300 Subject: [PATCH] Treat SVG files as binary SVG files are auto-generated or exported from graphic editor. In both cases there is no need to compare them line-by-line. Change-Id: I89f0b5be60b7233158ad60de2bbe20a0a541c398 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f103fc8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.svg binary +