Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Chambers <joncham@gmail.com>2019-11-08 01:10:43 +0300
committerJonathan Chambers <joncham@gmail.com>2019-11-08 01:10:43 +0300
commit7e44a3b8dcf457207d6394e4e52e327189155e4f (patch)
tree0f4e2fdc6f68457cf30c238b0d8fb7acfa92d2e0
parentfa61f8a6eab6c8ae2c5834dcf82af3349da2dc44 (diff)
Use LF line endings to fix cygwin builds.
-rw-r--r--.gitattributes6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index f8eb4c6..5a4785f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,11 @@
# Git repo attributes.
+# need LF enforced to make cygwin work
+*.sh text eol=lf
+*.ac text eol=lf
+*.am text eol=lf
+*.m4 text eol=lf
+
# Ensure all text files have normalized (LF) line endings in the repository.
* text=auto