diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-05 22:27:16 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-05 22:35:00 +0200 |
commit | 93e425cda7b7ea026842bb6619d9aa4ce3280048 (patch) | |
tree | 407861e8c5a2c98fc5de1cfc70a7dcc0a0991bf6 /.gitattributes | |
parent | 8ce9544cab01574c31faa6f931dede0d4e00f02b (diff) |
.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
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
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 |