From 1b48438b449de3e1bfefffcc0402789af593d802 Mon Sep 17 00:00:00 2001 From: Leonid Shalupov Date: Sun, 14 Feb 2016 16:53:48 +0100 Subject: [PATCH] .gitattributes: treat tests/fixtures/** as binary data to prevent CRLF convertion by git under Windows --- tests/fixtures/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/fixtures/.gitattributes diff --git a/tests/fixtures/.gitattributes b/tests/fixtures/.gitattributes new file mode 100644 index 000000000..2156bf6bd --- /dev/null +++ b/tests/fixtures/.gitattributes @@ -0,0 +1 @@ +* -text diff