test: Add .gitattributes to force test data files to be binary
This commit is contained in:
parent
42af7158e9
commit
d171f2ef31
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
tests/data/** binary=true
|
||||
tests/data/**/LICENSE.*.txt binary=false
|
||||
fuzz/corpus/** binary=true
|
Loading…
Add table
Reference in a new issue