Author: kornel
Date: Wed May 25 17:22:00 2011
New Revision: 38836
URL: http://www.lyx.org/trac/changeset/38836

Log:
Some more patterns for files which should not be included in source tar

Modified:
   lyx-devel/trunk/development/cmake/LyxPackaging.cmake

Modified: lyx-devel/trunk/development/cmake/LyxPackaging.cmake
==============================================================================
--- lyx-devel/trunk/development/cmake/LyxPackaging.cmake        Wed May 25 
15:06:33 2011        (r38835)
+++ lyx-devel/trunk/development/cmake/LyxPackaging.cmake        Wed May 25 
17:22:00 2011        (r38836)
@@ -74,14 +74,20 @@
 "/\\\\.bzr/"
 "/\\\\.hg/"
 "/\\\\.git/"
+"/\\\\.project$"
+"/\\\\.cproject$"
+"/\\\\.history$"
+"\\\\.#"
 "\\\\.swp$"
 "~$"
-"\\\\.history$"
-"\\\\.#"
 "/#"
 "/_CPack_Packages/"
 "/CMakeCache.txt$"
-"CPackSourceConfig\\\\.cmake"
+"/CPackSourceConfig\\\\.cmake$"
+"/configCompiler\\\\.h$"
+"/install_manifest\\\\.txt$"
+"/cmake_install\\\\.cmake$"
+"/POTFILES"
 "\\\\.tar\\\\.gz$"
 "\\\\.tar\\\\.bz2$"
 "\\\\.tar\\\\.Z$"
@@ -89,8 +95,9 @@
 "\\\\.rpm$"
 "\\\\.rej$"
 "\\\\.orig$"
+"/core$"
 "/CMakeFiles/"
-"Makefile\\\\.in"
+"/Makefile\\\\.in$"
 "/Makefile$"
 "/autom4te\\\\.cache/"
 "/\\\\.deps/"

Reply via email to