From: Kornel Benko Date: Wed, 25 May 2011 15:22:00 +0000 (+0000) Subject: Some more patterns for files which should not be included in source tar X-Git-Tag: 2.1.0beta1~3183 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=12cecb196d0e9273c68cb68ef5905f2ec00a08e7;p=features.git Some more patterns for files which should not be included in source tar git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38836 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/LyxPackaging.cmake b/development/cmake/LyxPackaging.cmake index e0611225b5..42df695e1b 100644 --- a/development/cmake/LyxPackaging.cmake +++ b/development/cmake/LyxPackaging.cmake @@ -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/"