From 6f66cbb9bae412ac8b50b267feba126aa93e900b Mon Sep 17 00:00:00 2001 From: Dan Zimmerman Date: Wed, 5 Aug 2020 14:26:44 -0400 Subject: [PATCH] Create .gitattributes Trying to make source build work with WSL2 as [here](https://pete.akeo.ie/2010/12/that-darn-libtoolize-acconfigmacrodirm4.html) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0576151 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sh -crlf +*.ac -crlf +*.am -crlf