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

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Chambers <joncham@gmail.com>2019-12-03 17:27:32 +0300
committerGitHub <noreply@github.com>2019-12-03 17:27:32 +0300
commit14de1320966a2f16ad6d6b0ddc3b869f7d890204 (patch)
tree71d66c4e58a9b5565b788b043252ce81dea2054c /.gitattributes
parent930a0cd1f3b64a269d7c8f77edfc27e868f908b1 (diff)
Fixes for upstream Mono (#50)
* Ensure *.sh files use LF line endings * Bump libatomic_ops with fix for cygwin * Use noinst_LTLIBRARIES to avoid libtool wrapper scripts in mono source tree.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 4f3ff11b..3dc167d9 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
@@ -9,3 +15,4 @@
# Note: "core.eol" configuration variable controls which line endings to use
# for the normalized files in the working directory (the default is native).
+