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$"
|
||||
"test" "package-config" "misc/*" "src/task$" "src/calc$" "performance"
|
||||
"src/libtask.a" "src/columns/libcolumns.a" "src/commands/libcommands.a"
|
||||
"/\\.gitignore" "/\\.git/" "swp$" "src/lex")
|
||||
"/\\.gitignore" "/\\.git/" "swp$" "src/lex$")
|
||||
include (CPack)
|
||||
|
||||
1
src/.gitignore
vendored
1
src/.gitignore
vendored
@@ -1,6 +1,5 @@
|
||||
*.o
|
||||
Makefile.in
|
||||
debug
|
||||
args
|
||||
calc
|
||||
lex
|
||||
|
||||
Reference in New Issue
Block a user