aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build/.gitattributes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 11:25:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 16:44:07 +0300
commitd878abaa769b71e973acee8de824d513ca6de7ed (patch)
treeacde35095e22a72bb0a91817045f72a349fa3be2 /build/.gitattributes
parentfix licensing notes (diff)
downloadcmake-common-d878abaa769b71e973acee8de824d513ca6de7ed.tar.gz
cmake-common-d878abaa769b71e973acee8de824d513ca6de7ed.zip
add simple build scripts
They're intended to replace my build.sh (for Travis) and build.ps1 (for AppVeyor) scripts to call CMake in a platform-independent manner.
Diffstat (limited to '')
-rw-r--r--build/.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/.gitattributes b/build/.gitattributes
new file mode 100644
index 0000000..dfdb8b7
--- /dev/null
+++ b/build/.gitattributes
@@ -0,0 +1 @@
+*.sh text eol=lf