| commit | 2bb4bec8391aa03f0e4d3a6f9292630243044726 | [log] [tgz] |
|---|---|---|
| author | pascalschumacher <pascalschumacher@gmx.net> | Thu Nov 10 22:56:16 2016 +0100 |
| committer | pascalschumacher <pascalschumacher@gmx.net> | Thu Nov 10 22:56:16 2016 +0100 |
| tree | fd708a43193c8c8c7c340fceb5c59dcdf6833b9a | |
| parent | 79b4df582d0035e196d4dc10894778fae58311ce [diff] |
IO-520: FileUtilsTestCase#testContentEqualsIgnoreEOL fails on Windows exclude .dat files used by tests related to line-endings from git line-ending normalization
diff --git a/.gitattributes b/.gitattributes index a354649..288cfe5 100644 --- a/.gitattributes +++ b/.gitattributes
@@ -22,3 +22,6 @@ *.css text *.js text *.sql text + +# Exclude test files for line-ending related tests from normalization (IO-520) +*.dat binary