From 93e425cda7b7ea026842bb6619d9aa4ce3280048 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 5 Sep 2013 22:27:16 +0200 Subject: .gitattributes: treat .svg and .jcs as binary this is apparently the only way to prevent results from endless base64 encoded lines (svg) or endless line containing all UNO API identifiers (jcs) in "git grep foo". Change-Id: I53326386ece9dbde0fb372d1616e643a89d51a40 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 416fa8c63b14..280196286d7c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ *.doc binary *.sdw binary +*.svg binary +*.jcs binary -- cgit v1.2.3