From: Thomas Jarosch Date: Thu, 12 May 2011 08:39:07 +0000 (+0200) Subject: Don't package files from kdevelop X-Git-Tag: v1.0~11 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=ca04b620220f7caa3c72176c0589355e2d14ef85;p=pingcheck Don't package files from kdevelop --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a1016f..190b8b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ set(CPACK_SOURCE_IGNORE_FILES "\\\\.git;build;build-rpm") set(CPACK_SOURCE_IGNORE_FILES "~$" "\\\\.git" + "\\\\.kdev4" "build" "build-rpm" )