mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CMake: Also ignore .travis for the tarball build
This commit is contained in:
parent
7402f00981
commit
a186d9f73f
1 changed files with 1 additions and 1 deletions
|
@ -168,5 +168,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/" ".travis.yml" "/\\\\.gitignore" "/\\\\.git/" "swp$" "src/lex$")
|
||||
include (CPack)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue