Make *.sh files use LF
authorMatthew Flaschen <mflaschen@wikimedia.org>
Sat, 10 May 2014 10:09:28 +0000 (12:09 +0200)
committerReedy <reedy@wikimedia.org>
Sat, 10 May 2014 20:26:03 +0000 (20:26 +0000)
Someone setting up MediaWiki-Vagrant on Windows had an issue with
a carriage return in a shell file sha-bang, which this should fix.

Change-Id: I190a6a6f80233b4a0ac9fd6c34d1b8af9bd6f17c

.gitattributes [new file with mode: 0644]

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