.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:
parent
8ce9544cab
commit
93e425cda7
1 changed files with 2 additions and 0 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -1,2 +1,4 @@
|
|||
*.doc binary
|
||||
*.sdw binary
|
||||
*.svg binary
|
||||
*.jcs binary
|
||||
|
|
Loading…
Reference in a new issue