Skip to content

Commit 2bb4bec

Browse files
IO-520: FileUtilsTestCase#testContentEqualsIgnoreEOL fails on Windows
exclude .dat files used by tests related to line-endings from git line-ending normalization
1 parent 79b4df5 commit 2bb4bec

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@
2222
*.css text
2323
*.js text
2424
*.sql text
25+
26+
# Exclude test files for line-ending related tests from normalization (IO-520)
27+
*.dat binary

0 commit comments

Comments
 (0)