mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CPack: Need four backslashes, the greedy bastard.
This commit is contained in:
parent
047198bf6e
commit
aa3a014a66
1 changed files with 1 additions and 1 deletions
|
@ -203,5 +203,5 @@ set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSo
|
||||||
"_CPack_Packages" "cmake_install" "install_manifest" "Makefile$"
|
"_CPack_Packages" "cmake_install" "install_manifest" "Makefile$"
|
||||||
"test" "package-config" "misc/*" "src/task$" "src/calc$" "performance"
|
"test" "package-config" "misc/*" "src/task$" "src/calc$" "performance"
|
||||||
"src/libtask.a" "src/columns/libcolumns.a" "src/commands/libcommands.a"
|
"src/libtask.a" "src/columns/libcolumns.a" "src/commands/libcommands.a"
|
||||||
"/\\.gitignore" "/\\.git/" "swp$" "src/lex$")
|
"/\\\\.gitignore" "/\\\\.git/" "swp$" "src/lex$")
|
||||||
include (CPack)
|
include (CPack)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue