Add .gitattributes file
This makes sure the contents of tests/data/ folder does not go through newline conversion, which breaks tests that rely on some files having LF and some files having CR+LF. Fixes #222.
This commit is contained in:
parent
699143c5d4
commit
f3139f4c04
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
tests/data/* -text
|
Loading…
Add table
Reference in a new issue