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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user