From b7b6551a4d80938588432bfd789aa004cff6fe48 Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Tue, 17 Jan 2012 11:21:05 -0500 Subject: [PATCH] Make sure shell, automake, and autoconf files end in Unixish LF, the default autocrlf. Patch again from Pete Batard. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4b212e8d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sh eol=lf +*.ac eol=lf +*.am eol=lf