From e04eb4256b0b926acc061f78e59563ec11b3c237 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 26 May 2015 00:32:36 -0400 Subject: [PATCH] CMake: Ignore 'lex' binary. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93cdf29af..88f0aa2b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -195,5 +195,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$") + "/\\.gitignore" "/\\.git/" "swp$" "src/lex") include (CPack)