summaryrefslogtreecommitdiffstats
path: root/Modules/CPack.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-04-18 14:01:37 (GMT)
committerBrad King <brad.king@kitware.com>2006-04-18 14:01:37 (GMT)
commit9db422067158bf33f3f0597d7cac796d15d7025c (patch)
treef45053d175b04f31abda3ace74b5feb5b101ed98 /Modules/CPack.cmake
parente39ca96c503d92020594af418c22e1cc96e90897 (diff)
downloadCMake-9db422067158bf33f3f0597d7cac796d15d7025c.zip
CMake-9db422067158bf33f3f0597d7cac796d15d7025c.tar.gz
CMake-9db422067158bf33f3f0597d7cac796d15d7025c.tar.bz2
BUG: Need to ignore source packaging of #*# files created by emacs during editing.
Diffstat (limited to 'Modules/CPack.cmake')
-rw-r--r--Modules/CPack.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake
index 2777dc1..0f84c8c 100644
--- a/Modules/CPack.cmake
+++ b/Modules/CPack.cmake
@@ -102,7 +102,7 @@ cpack_set_if_not_set(CPACK_SOURCE_TOPLEVEL_TAG "${CMAKE_SYSTEM_NAME}-Source")
cpack_set_if_not_set(CPACK_SOURCE_PACKAGE_FILE_NAME
"${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}-Source")
cpack_set_if_not_set(CPACK_SOURCE_IGNORE_FILES
- "/CVS/;/\\\\\\\\.svn/;\\\\\\\\.swp$;\\\\\\\\.#")
+ "/CVS/;/\\\\\\\\.svn/;\\\\\\\\.swp$;\\\\\\\\.#;/#")
SET(CPACK_INSTALL_CMAKE_PROJECTS "${CPACK_SOURCE_INSTALL_CMAKE_PROJECTS}")
SET(CPACK_INSTALLED_DIRECTORIES "${CPACK_SOURCE_INSTALLED_DIRECTORIES}")
SET(CPACK_GENERATOR "${CPACK_SOURCE_GENERATOR}")