From 4428e1a4e2711c6eb4144d5cdd29d88b6f06df28 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 27 Jan 2014 16:28:03 +0100 Subject: [PATCH] Don't include unnecessary dirs in release tarball. Fixes #5409 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)