Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-09-15 02:47:06 +0300
committerCampbell Barton <campbell@blender.org>2022-09-15 02:48:32 +0300
commit5cd08e373b5b37223222ae6a68cfe970839e7800 (patch)
tree87dafe3f036ea6b9cbd6f4d07e0a3bfb27af3859 /source/creator
parentf404dd0b3c7732379a83b55362c49e2ad15bca25 (diff)
CMake: exclude '.github' from addons in the install target
This file is only used for the github mirror and doesn't need to be installed.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index eee64b97e82..050bc8ee608 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -410,6 +410,7 @@ if(WITH_PYTHON)
DESTINATION ${TARGETDIR_VER}
PATTERN ".git" EXCLUDE
PATTERN ".gitignore" EXCLUDE
+ PATTERN ".github" EXCLUDE
PATTERN ".arcconfig" EXCLUDE
PATTERN "__pycache__" EXCLUDE
PATTERN "${ADDON_EXCLUDE_CONDITIONAL}" EXCLUDE