CMake: Fixed regex that excludes files for tarball

This commit is contained in:
Paul Beckingham
2015-09-07 17:41:53 -04:00
parent b4f21a1195
commit 047198bf6e
2 changed files with 1 additions and 2 deletions

View File

@@ -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
View File

@@ -1,6 +1,5 @@
*.o
Makefile.in
debug
args
calc
lex