From 12cecb196d0e9273c68cb68ef5905f2ec00a08e7 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Wed, 25 May 2011 15:22:00 +0000 Subject: [PATCH] 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 --- development/cmake/LyxPackaging.cmake | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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/" -- 2.39.2