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:
jangko 2021-05-28 09:14:57 +07:00
parent c3aad0fc32
commit 919280ec01
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 6 additions and 0 deletions

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
# prevent automatic EOL conversion by git
# on test data, because it will make test
# failed
tests/data/* binary