]> git.lyx.org Git - features.git/commitdiff
Some more patterns for files which should not be included in source tar
authorKornel Benko <kornel@lyx.org>
Wed, 25 May 2011 15:22:00 +0000 (15:22 +0000)
committerKornel Benko <kornel@lyx.org>
Wed, 25 May 2011 15:22:00 +0000 (15:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38836 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/LyxPackaging.cmake

index e0611225b5082ed51af8e1185840faaa219f6f27..42df695e1b0b29b1ddbed2ae1f626709faf267bc 100644 (file)
@@ -74,14 +74,20 @@ SET(CPACK_SOURCE_IGNORE_FILES
 "/\\\\.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 @@ SET(CPACK_SOURCE_IGNORE_FILES
 "\\\\.rpm$"
 "\\\\.rej$"
 "\\\\.orig$"
+"/core$"
 "/CMakeFiles/"
-"Makefile\\\\.in"
+"/Makefile\\\\.in$"
 "/Makefile$"
 "/autom4te\\\\.cache/"
 "/\\\\.deps/"