Don't include unnecessary dirs in release tarball.

Fixes #5409
This commit is contained in:
Michael Friedrich 2014-01-27 16:28:03 +01:00
parent 7ca1c46364
commit 4428e1a4e2
1 changed files with 1 additions and 1 deletions

View File

@ -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)