|
From: <ai...@us...> - 2011-09-15 01:18:02
|
Revision: 11925
http://plplot.svn.sourceforge.net/plplot/?rev=11925&view=rev
Author: airwin
Date: 2011-09-15 01:17:51 +0000 (Thu, 15 Sep 2011)
Log Message:
-----------
Eliminate #*# files from tarballs that are sometimes left over from
interrupted edit sessions. One test case (for another project) has been
tried to insure this particular regex pattern does the job.
Modified Paths:
--------------
trunk/CMakeLists.txt
Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt 2011-09-14 14:23:22 UTC (rev 11924)
+++ trunk/CMakeLists.txt 2011-09-15 01:17:51 UTC (rev 11925)
@@ -249,6 +249,7 @@
# in absolute path + filename to find files or directories to be excluded
# from source tarball.
set(CPACK_SOURCE_IGNORE_FILES
+ "\\\\#*\\\\#$"
"~$"
"\\\\.cvsignore$"
"^${PROJECT_SOURCE_DIR}.*/\\\\.svn/"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|