mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +02:00
CMake: Exclude .github directory
This commit is contained in:
parent
642f250f72
commit
7402f00981
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$"
|
"_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$")
|
".github/" "/\\\\.gitignore" "/\\\\.git/" "swp$" "src/lex$")
|
||||||
include (CPack)
|
include (CPack)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue