mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
d26f79a458
commit
2f47226f91
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue