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.
This commit is contained in:
Campbell Barton
2022-09-15 09:47:06 +10:00
parent f404dd0b3c
commit 5cd08e373b

View File

@@ -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