From: <ai...@us...> - 2014-04-29 18:18:48
|
Revision: 13113 http://sourceforge.net/p/plplot/code/13113 Author: airwin Date: 2014-04-29 18:18:45 +0000 (Tue, 29 Apr 2014) Log Message: ----------- Improved regex for dropping emacs temporary files from release tarball. Modified Paths: -------------- trunk/CMakeLists.txt Modified: trunk/CMakeLists.txt =================================================================== --- trunk/CMakeLists.txt 2014-04-26 02:43:54 UTC (rev 13112) +++ trunk/CMakeLists.txt 2014-04-29 18:18:45 UTC (rev 13113) @@ -270,7 +270,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. |