From 8aba97e42adc3ad71a867fe024d81efcd18f75d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 27 Jan 2017 15:06:16 +0100 Subject: [PATCH] Always use LF line endings for config.rpath/configure.host as well --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 030bae51185..63ec9a98c90 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ # ensure LF endings on all checkouts -configure.ac crlf=input +configure.ac crlf=input +config.rpath crlf=input +configure.host crlf=input *.sh crlf=input # ensure native line endings on checkout -- 2.25.1