From a75457c7389935de7efae86cb041530a69367367 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 4 Aug 2019 19:00:15 +0100 Subject: [PATCH] build: fix CRLF avoidance --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d1ec19d7c..363cf20df 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,4 @@ /rclone.1 linguist-generated=true # Don't auto CRLF test data -testdata/** text eol=lf +**/testdata/** text eol=lf