CMake: Fixed regex that excludes files for tarball
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
1
src/.gitignore
vendored
1
src/.gitignore
vendored
@@ -1,6 +1,5 @@
|
|||||||
*.o
|
*.o
|
||||||
Makefile.in
|
Makefile.in
|
||||||
debug
|
debug
|
||||||
args
|
|
||||||
calc
|
calc
|
||||||
lex
|
lex
|
||||||
|
|||||||
Reference in New Issue
Block a user