.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
This commit is contained in:
Michael Stahl 2013-09-05 22:27:16 +02:00
parent 8ce9544cab
commit 93e425cda7

2
.gitattributes vendored
View file

@ -1,2 +1,4 @@
*.doc binary
*.sdw binary
*.svg binary
*.jcs binary