summaryrefslogtreecommitdiffstats
path: root/CPackConfig.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-06-22 09:01:19 +0200
committerAndreas Schneider <asn@samba.org>2018-08-09 10:58:50 +0200
commitf8b725a982653824dbe4a580e15b2104fd18af4d (patch)
treeffaa80b82b360ae04ff24ba1139510b13064c45d /CPackConfig.cmake
parent5529ba060519017bb71de5de6e7b81e5b3d56ccf (diff)
downloadsocket_wrapper-f8b725a982653824dbe4a580e15b2104fd18af4d.tar.gz
socket_wrapper-f8b725a982653824dbe4a580e15b2104fd18af4d.tar.xz
socket_wrapper-f8b725a982653824dbe4a580e15b2104fd18af4d.zip
cpack: Do not package build dirs in source tarball
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'CPackConfig.cmake')
-rw-r--r--CPackConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPackConfig.cmake b/CPackConfig.cmake
index dc74dfa..c178efc 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 "TGZ")
-set(CPACK_SOURCE_IGNORE_FILES "~$;[.]swp$;/[.]svn/;/[.]git/;.gitignore;/build/;/obj/;tags;cscope.*")
+set(CPACK_SOURCE_IGNORE_FILES "~$;[.]swp$;/[.]svn/;/[.]git/;.gitignore;/build*;/obj*;tags;cscope.*")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
if (WIN32)