From e59489f49ba8683c2050e92896fbaf1aa0a15219 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 22 Jun 2018 11:49:31 +0900 Subject: [PATCH] Add configure and .gitmodules to .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8261c9a64..baf9c2e53 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,5 @@ *.sh text eol=lf *.py text eol=lf Makefile text eol=lf +configure text eol=lf +.gitmodules text eol=lf