aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-08-10 14:18:18 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-10-16 12:45:32 +0200
commit5e061962c59f7f1e3ca6da92d8606cdf125e125b (patch)
tree1162b1f3f452d4edb4338cac9300c2a3b910cb4a
parentf1d57223dbc0dae99a783dd61fd679c56d7dfce5 (diff)
downloadlibssh-5e061962c59f7f1e3ca6da92d8606cdf125e125b.tar.gz
libssh-5e061962c59f7f1e3ca6da92d8606cdf125e125b.tar.xz
libssh-5e061962c59f7f1e3ca6da92d8606cdf125e125b.zip
cpack: Fix ignore files
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--CPackConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPackConfig.cmake b/CPackConfig.cmake
index 66c40f08..bb866d77 100644
--- a/CPackConfig.cmake
+++ b/CPackConfig.cmake
@@ -19,7 +19,7 @@ set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSIO
### source generator
set(CPACK_SOURCE_GENERATOR "TXZ")
-set(CPACK_SOURCE_IGNORE_FILES "~$;[.]swp$;/[.]svn/;/[.]git/;.gitignore;/build/;/obj*/;tags;cscope.*")
+set(CPACK_SOURCE_IGNORE_FILES "~$;[.]swp$;/[.]git/;.gitignore;/build*;/obj*;tags;cscope.*")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
if (WIN32)