From 49987965680a408169ebb2d6023211d47eddb926 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 14 Aug 2009 09:28:35 +0000 Subject: [PATCH] tweak ignore_files --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a6560e3da6..f1f724a20b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -715,9 +715,9 @@ set(CPACK_STRIP_FILES TRUE) set(CPACK_SOURCE_PACKAGE_FILE_NAME gmsh-${GMSH_VERSION}-source) set(CPACK_SOURCE_GENERATOR TGZ) -set(CPACK_SOURCE_IGNORE_FILES "/CVS/" "/.svn" "~$" "DS_Store$" - "GmshConfig.h$" "GmshVersion.h$" "/benchmarks/" "/tmp/" "/bin/" "/lib/" - "/nightly/") # "/Tetgen.*/.*(cxx|h)") +set(CPACK_SOURCE_IGNORE_FILES "/CVS/" "/.svn" "~$" "DS_Store$" "GmshConfig.h$" + "GmshVersion.h$" "/benchmarks/" "/tmp/" "/bin/" "/lib/" "/nightly/" + "GPATH" "GRTAGS" "GSYMS" "GTAGS" "/HTML/" "/Tetgen.*/.*(cxx|h)") # make sure we remove previous installs before doing the next one # (make package; make package_source can lead to huge file lists -- GitLab