From aeaa150323ab8d8163b3c2ae72b67c75695264bd Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Sun, 22 Nov 2020 13:13:01 -0500 Subject: [PATCH] Remove the need for dos2unix Force automake files to use eol=lf --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..df8894ac2a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto +Makefile* text eol=lf +*.am text eol=lf +*.m4 text eol=lf +*.sh text eol=lf +*.sub text eol=lf +*.guess text eol=lf +*.host text eol=lf +libtool* text eol=lf