From 36d13508d42466d501da3e26a4720e58eb9da043 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 5 Dec 2020 16:57:49 -0500 Subject: [PATCH] CMake: Also ignore .travis for the tarball build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06efe0539..08a30d95f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,5 +161,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" - ".github/" "/\\\\.gitignore" "/\\\\.git/" "swp$" "src/lex$") + ".github/" ".travis.yml" "/\\\\.gitignore" "/\\\\.git/" "swp$" "src/lex$") include (CPack)