From 3b978ce265cbdee93b77275a9c4b9dc837bca29a Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Mon, 28 Dec 2020 19:35:45 -0500 Subject: [PATCH] cmake: Update list of ignored source files Update after removal of the Travis CI. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06e1ab3b2..f643d9c45 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -169,6 +169,6 @@ set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSo "test" "package-config" "misc/*" "src/task$" "src/calc$" "performance" "src/libtask.a" "src/columns/libcolumns.a" "src/commands/libcommands.a" "swp$" "src/lex$" "task-.*.tar.gz" "commit.h" "cmake.h" "\\\\.gitmodules" - "src/libshared/\\\\.git" ".github/" "\\\\.travis.yml" ".*\\\\.gitignore$" + "src/libshared/\\\\.git" ".github/" ".*\\\\.gitignore$" "src/liblibshared.a" "docker-compose.yml" "\\\\.git/") include (CPack)