From ed162d59288eb555c0966cd00b8a650e5be3a5aa Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Fri, 12 Jul 2019 13:44:40 -0700 Subject: [PATCH] Fix line endings on Windows Signed-off-by: Wade Barnes --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index be0cf60d25..a9da30941c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,5 +6,4 @@ *.md text eol=lf *.json text eol=lf *.conf text eol=lf -**/s2i/bin/* text eol=lf -**/root/**/* text eol=lf \ No newline at end of file +**/bin/* text eol=lf \ No newline at end of file