From 10d094724989f9fafef81aca92dc2b24f9d11726 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Thu, 23 Jul 2020 19:16:21 +0200 Subject: [PATCH] Fix .gitattributes The files in 'test' and 'result' have mixed line endings, so disable end-of-line conversion. --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index f013810a..a688634f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -/result/** text=lf eol=lf -/test/** text=lf eol=lf +/result/** -text +/test/** -text