Don't package files from kdevelop
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 12 May 2011 08:39:07 +0000 (10:39 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 12 May 2011 08:39:07 +0000 (10:39 +0200)
CMakeLists.txt

index 0a1016f..190b8b3 100644 (file)
@@ -29,6 +29,7 @@ set(CPACK_SOURCE_IGNORE_FILES "\\\\.git;build;build-rpm")
 set(CPACK_SOURCE_IGNORE_FILES
     "~$"
     "\\\\.git"
+    "\\\\.kdev4"
     "build"
     "build-rpm"
 )