From 0247d69a908512a6d0ca46dfee6b68551ccad6fc Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 4 Sep 2015 10:03:10 +0100 Subject: [PATCH] Fix build on Windows (git attributes) Fixes gh-221 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..53a3cbfa --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/src/test/resources/*-repo/** eol=lf