Exclude languages dir from being copied to target

This commit is contained in:
Reinhard Müller 2020-04-26 19:21:08 +02:00
parent 646c81a273
commit 15ad976413

View File

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