[Bf-blender-cvs] [bfcf8c8] master: CMake: exclude gitignore & arcconfig for addons

Campbell Barton noreply at git.blender.org
Sat Jun 25 13:52:55 CEST 2016


Commit: bfcf8c8e03612bfe2f6458566e9d0458f1e6f77b
Author: Campbell Barton
Date:   Sat Jun 25 21:57:54 2016 +1000
Branches: master
https://developer.blender.org/rBbfcf8c8e03612bfe2f6458566e9d0458f1e6f77b

CMake: exclude gitignore & arcconfig for addons

These files were included in releases

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index a4a516e..91d03da 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -338,6 +338,8 @@ if(WITH_PYTHON)
 		DIRECTORY ${CMAKE_SOURCE_DIR}/release/scripts
 		DESTINATION ${TARGETDIR_VER}
 		PATTERN ".git" EXCLUDE
+		PATTERN ".gitignore" EXCLUDE
+		PATTERN ".arcconfig" EXCLUDE
 		PATTERN "__pycache__" EXCLUDE
 		PATTERN "${ADDON_EXCLUDE_CONDITIONAL}" EXCLUDE
 		PATTERN "${FREESTYLE_EXCLUDE_CONDITIONAL}" EXCLUDE




More information about the Bf-blender-cvs mailing list