From 359ba5d62b326d3ab5fcaa38b8987fa164aa8050 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 15 Jul 2012 08:24:55 +0000
Subject: [PATCH]

---
 CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 77e170bfb5..d8b5bd96ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1257,7 +1257,8 @@ set(CPACK_SOURCE_IGNORE_FILES "${CMAKE_CURRENT_BINARY_DIR}" "/CVS/" "/.svn" "~$"
     "DS_Store$" "GmshConfig.h$" "GmshVersion.h$" "/benchmarks/" "/tmp/" 
     "/bin/" "/lib/" "/nightly/" "GPATH" "GRTAGS" "GSYMS" "GTAGS" "/HTML/" 
     "/projects/" 
-    "/FunctionSpace/" "/Mesh/meshRecombine*" "/utils/solvers/legacy/")
+    "/FunctionSpace/" "/Mesh/meshRecombine*" "/utils/solvers/legacy/"
+    "/contrib/3M/")
 
 if(UNIX)
   # make sure we remove previous installs before doing the next one
-- 
GitLab