From aa440aeaba92bd672962515e50fe3d4c373ecf03 Mon Sep 17 00:00:00 2001
From: Olivier Langella <Olivier.Langella@moulon.inra.fr>
Date: Tue, 19 Nov 2013 14:33:37 +0100
Subject: [PATCH] ignore latex temporary files

---
 CMakeLists.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2260107da..85e55cb45 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -99,6 +99,12 @@ SET(CPACK_SOURCE_IGNORE_FILES
 	"XTandem_Pipeline.jar"
 	"XtandemPipeline.jar"
 	"mascotdatfile_log4j.*"
+	"doc\\\\/.*\\\\.aux"
+	"doc\\\\/.*\\\\.out"
+	"doc\\\\/.*\\\\.log"
+	"doc\\\\/.*\\\\.toc"
+	"doc\\\\/.*\\\\.tex~"
+	"doc\\\\/.*\\\\.fdb_latexmk"
 )
 # cmake .
 # ant -f build_ubuntu.xml copyInShare
-- 
GitLab