always use lf for shell scripts
authorJohann <johannkoenig@google.com>
Tue, 29 Oct 2019 15:44:11 +0000 (11:44 -0400)
committerJohann <johannkoenig@google.com>
Tue, 29 Oct 2019 18:54:56 +0000 (14:54 -0400)
Ensure scripts do not get crlf endings when checking out
on Windows.

Fixed: webm:1651

Change-Id: I7cb6039c6d600bb57e7fbdb2fdbb84f4040803f5

.gitattributes [new file with mode: 0644]

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