From 43da0e6fe475cfac382d2b0960bbb4275c168c6c Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 10 Aug 2011 19:56:56 +0200 Subject: [PATCH] Explicitly disable cr/lf conversion for test fixtures Otherwise git's autocrlf feature makes test fail on windows. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000000..a185d697627566 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +test/fixtures/* -text