test: Add .gitattributes to force test data files to be binary

This commit is contained in:
Chris Hennick 2024-05-21 09:15:44 -07:00
parent 42af7158e9
commit d171f2ef31
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
tests/data/** binary=true
tests/data/**/LICENSE.*.txt binary=false
fuzz/corpus/** binary=true