Repository: commons-io Updated Branches: refs/heads/master 51eb5df8b -> d00ff3a70
Mark DAT files as binary to fix testing on Windows: org.apache.commons.io.FileUtilsTestCase#testContentEqualsIgnoreEOL Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/d00ff3a7 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/d00ff3a7 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/d00ff3a7 Branch: refs/heads/master Commit: d00ff3a705f155e6890699f4cb8aa630e5a64461 Parents: 51eb5df Author: Gary Gregory <ggreg...@apache.org> Authored: Wed Sep 27 11:47:43 2017 -0600 Committer: Gary Gregory <ggreg...@apache.org> Committed: Wed Sep 27 11:47:43 2017 -0600 ---------------------------------------------------------------------- src/test/resources/org/apache/commons/io/.gitattributes | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/d00ff3a7/src/test/resources/org/apache/commons/io/.gitattributes ---------------------------------------------------------------------- diff --git a/src/test/resources/org/apache/commons/io/.gitattributes b/src/test/resources/org/apache/commons/io/.gitattributes new file mode 100644 index 0000000..0e9f79f --- /dev/null +++ b/src/test/resources/org/apache/commons/io/.gitattributes @@ -0,0 +1 @@ +*.dat -diff