From: Alexander Köplinger Date: Fri, 27 Jan 2017 14:58:54 +0000 (+0100) Subject: A few more LF .gitattributes fixes X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=7ef66cccd93a8c006d23f86e5b337587fcb30f89 A few more LF .gitattributes fixes --- 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