cmake: Prevent nested tarballs (or other archives) in the release

This happened dring the release of the version 2.5.2.
This commit is contained in:
Tomas Babej 2021-01-03 23:04:14 -05:00
parent d26f79a458
commit 2f47226f91
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -161,5 +161,5 @@ set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSo
"_CPack_Packages" "cmake_install" "install_manifest" "Makefile$"
"test" "package-config" "misc/*" "src/task$" "src/calc$" "performance"
"src/libtask.a" "src/columns/libcolumns.a" "src/commands/libcommands.a"
".github/" "/\\\\.gitignore" "/\\\\.git/" "swp$" "src/lex$")
".github/" "/\\\\.gitignore" "/\\\\.git/" "swp$" "src/lex$" ".*tar.gz")
include (CPack)