add .gitattributes to prevent automatic EOL conversion
if we don't prevent automatic EOL conversion by git on `tests/data`, the test will fail on Windows.
This commit is contained in:
parent
c3aad0fc32
commit
919280ec01
|
@ -0,0 +1,6 @@
|
|||
# prevent automatic EOL conversion by git
|
||||
# on test data, because it will make test
|
||||
# failed
|
||||
|
||||
tests/data/* binary
|
||||
|
Loading…
Reference in New Issue