Exclude languages dir from being copied to target
This commit is contained in:
parent
646c81a273
commit
15ad976413
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user