From 5cd08e373b5b37223222ae6a68cfe970839e7800 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 15 Sep 2022 09:47:06 +1000 Subject: 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. --- source/creator/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/creator') 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 -- cgit v1.2.3