From 7ef66cccd93a8c006d23f86e5b337587fcb30f89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 27 Jan 2017 15:58:54 +0100 Subject: [PATCH] A few more LF .gitattributes fixes --- .gitattributes | 1 + libgc/.gitattributes | 2 ++ scripts/.gitattributes | 8 ++++++++ 3 files changed, 11 insertions(+) create mode 100644 scripts/.gitattributes diff --git a/.gitattributes b/.gitattributes index 63ec9a98c90..f1689375385 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ configure.ac crlf=input config.rpath crlf=input configure.host crlf=input +mkinstalldirs crlf=input *.sh crlf=input # ensure native line endings on checkout diff --git a/libgc/.gitattributes b/libgc/.gitattributes index 5b8c9301a73..866cc7eba27 100644 --- a/libgc/.gitattributes +++ b/libgc/.gitattributes @@ -1,2 +1,4 @@ +ltconfig crlf=input +install-sh crlf=input /BCC_MAKEFILE -crlf /digimars.mak -crlf diff --git a/scripts/.gitattributes b/scripts/.gitattributes new file mode 100644 index 00000000000..30238150d93 --- /dev/null +++ b/scripts/.gitattributes @@ -0,0 +1,8 @@ +mdassembler crlf=input +mdvalidater crlf=input +monodocer crlf=input +monodocs2html crlf=input +monodocs2slashdoc crlf=input +mono-heapviz crlf=input +mono-package-runtime crlf=input +mono-test-install crlf=input -- 2.25.1