summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@protonmail.com>2018-01-05 14:44:03 -0600
committerIngy döt Net <ingy@ingy.net>2018-01-08 21:07:58 -0800
commitd9c23d9197dbd82845e89b3b4cd61d3c120202b4 (patch)
tree8a46cf6038988d8abc5bbeb7650bec3ecbf93901 /.gitignore
parentfc2dd942fc61ae135b7e2bfe5c248b1f15b74547 (diff)
downloadlibyaml-git-d9c23d9197dbd82845e89b3b4cd61d3c120202b4.tar.gz
Add mingw-w64 builds to appveyor.yml
Currently the cygwin autoconf builds only test builds of cygwin-native binaries, and not mingw-w64 pure windows binaries. The resultant cygyaml-0-2.dll has a runtime dep on the cygwin1.dll which is generally not appropriate for the purpose of distribution. Building with mingw-w64 produces libraries with no dependency on the cygwin runtime. Signed-off-by: Marty E. Plummer <hanetzer@protonmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index fb3b92b..530234e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,15 @@
.deps/
.libs/
-*~
*.BAK
+*.a
+*.dll
+*.exe
*.la
*.lo
*.o
*.pc
+*.so
+*~
/CMakeCache.txt
/CMakeFiles/
/CTestTestfile.cmake