From 0a757c3cad5426b5ac00fd3b1feec14544df4263 Mon Sep 17 00:00:00 2001 From: David Noble Date: Tue, 22 Sep 2015 09:54:27 -0700 Subject: [PATCH] Updated .gitattributes to prevent carriage return linefeed processing on Windows This change makes all files matching tests/searchcommands/recordings/** binary. --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2ad04f4ce..c5f9eef75 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -tests/searchcommands_data/_expected_results/* binary -tests/searchcommands_data/input/* binary \ No newline at end of file +tests/searchcommands/recordings/** binary