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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user