From: Michael Friedrich Date: Mon, 27 Jan 2014 15:28:03 +0000 (+0100) Subject: Don't include unnecessary dirs in release tarball. X-Git-Tag: v0.0.7~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4428e1a4e2711c6eb4144d5cdd29d88b6f06df28;p=icinga2 Don't include unnecessary dirs in release tarball. Fixes #5409 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c74d3af8..600b835e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ set(CPACK_PACKAGE_CONTACT "Icinga Development Team") set(CPACK_PACKAGE_VERSION ${ICINGA2_VERSION}) set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_BINARY_DIR}/LICENSE.txt") set(CPACK_WIX_UPGRADE_GUID "68C75073-7CEF-4FC9-8DA5-581758729696") -set(CPACK_SOURCE_IGNORE_FILES "/.git/") +set(CPACK_SOURCE_IGNORE_FILES "/.git/" "/debian/" "/.vagrant/" "/release/" "/debug/" "/build/) include(CPack) include(GetGitRevisionDescription)