Skip to content

Commit

Permalink
cmake: Prevent nested tarballs (or other archives) in the release
Browse files Browse the repository at this point in the history
This happened dring the release of the version 2.5.2.
  • Loading branch information
tbabej committed Jan 4, 2021
1 parent d26f79a commit 2f47226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 2f47226

Please sign in to comment.