summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Maslennikov <andrew.maslennikov@gmail.com>2018-12-22 21:56:36 +0800
committerAndrey Maslennikov <andrew.maslennikov@gmail.com>2018-12-22 21:56:36 +0800
commite312d7a49d92ed0499187b2b18fc0d0aabd05ee0 (patch)
tree0912352d7865b2099c62bac59fa6c8337734e5de
parentUpdate CHANGELOG for v11.6.0 (diff)
downloadgitlab-runner-e312d7a49d92ed0499187b2b18fc0d0aabd05ee0.tar.gz
Add .gitattributes
Checking out code on Windows machine breaks shell scripts (required to be lf-ended).
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..770ca090
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+*.sh text eol=lf
+ci/version text eol=lf \ No newline at end of file