diff --git a/build/makerules.sh b/build/makerules.sh index 87acdc7289..dc65941e58 100755 --- a/build/makerules.sh +++ b/build/makerules.sh @@ -192,6 +192,7 @@ EOF COPY_SRC_FILES := \$(shell find "\$(INPUTDIR)" -type f \ -not -path '\$(INPUTDIR)/.git/*' \ -not -path '\$(INPUTDIR)/build/*' \ + -not -path '\$(INPUTDIR)/global/*' \ -not -path '\$(INPUTDIR)/tools/*' \ -not -name '.drone.yml' \ -not -name '.gitignore' \