Add .gitattributes to avoid Windows line ending issues with autocrlf
authorPete Batard <pbatard@gmail.com>
Tue, 8 Mar 2011 17:12:33 +0000 (17:12 +0000)
committerPeter Stuge <peter@stuge.se>
Mon, 13 Jun 2011 20:06:30 +0000 (22:06 +0200)
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..b6ffeb8
--- /dev/null
@@ -0,0 +1,3 @@
+*.sh eol=lf
+*.ac eol=lf
+*.am eol=lf