From da546ec4290717b522213f4132832bc53c3f1806 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 16 Aug 2016 09:31:12 +0100 Subject: [PATCH] stop win git adding CRLF to some files --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..edf14592 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Shell scripts and Automake sources can't have CRLF line endings +configure.ac eol=lf +Makefile.am eol=lf +*.m4 eol=lf +*.sh eol=lf