Skip to content

Commit 2371ccc

Browse files
authored
Merge pull request #200 from trejkaz/windows-fixes
Tell git not to mangle line endings on test data
2 parents 890d264 + 728a693 commit 2371ccc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
# Tests using this test data assert on the hashes so checking them out with
3+
# Windows line endings causes test failures.
4+
test/test_data/* text eol=lf
5+
test/artifacts/sample_file text eol=lf
6+
test/artifacts/text_file text eol=lf

0 commit comments

Comments
 (0)