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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to