summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorR. Bernstein <rocky@gnu.org>2012-01-17 11:21:05 -0500
committerR. Bernstein <rocky@gnu.org>2012-01-17 11:21:05 -0500
commitb7b6551a4d80938588432bfd789aa004cff6fe48 (patch)
treed4a83fbf19bef6bc45a603e1198f3826f07e515d /.gitattributes
parent8101407bc3af645700fe8ebedceff0b4743a4a0f (diff)
Make sure shell, automake, and autoconf files end in Unixish LF, the default autocrlf. Patch again from Pete Batard.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
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