cpack: Ignore all object directories
authorAndreas Schneider <asn@cryptomilk.org>
Wed, 21 Sep 2016 14:30:39 +0000 (16:30 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 21 Sep 2016 14:30:39 +0000 (16:30 +0200)
CPackConfig.cmake

index 574c8e5..8d427a3 100644 (file)
@@ -19,7 +19,7 @@ set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSIO
 
 ### source generator
 set(CPACK_SOURCE_GENERATOR "TGZ")
-set(CPACK_SOURCE_IGNORE_FILES "~$;[.]swp$;/[.]svn/;/[.]git/;.gitignore;/obj*/;tags;cscope.*;.ycm_extra_conf.pyc")
+set(CPACK_SOURCE_IGNORE_FILES "~$;[.]swp$;/[.]svn/;/[.]git/;.gitignore;/obj*;tags;cscope.*;.ycm_extra_conf.pyc")
 set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
 
 if (WIN32)