office-gobmx/.gitattributes
Michael Stahl 93e425cda7 .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
2013-09-05 22:35:00 +02:00

4 lines
52 B
Text

*.doc binary
*.sdw binary
*.svg binary
*.jcs binary