rabbitmq-dist.mk: Exclude `ebin/dep_built` from plugin packaging
This is a state file for Erlang.mk only.
This commit is contained in:
parent
f59db9f8a6
commit
32be18d42a
|
|
@ -177,6 +177,7 @@ $(ERLANGMK_DIST_EZS):
|
|||
$(verbose) rm -rf $(EZ_DIR) $(EZ)
|
||||
$(verbose) mkdir -p $(EZ_DIR)
|
||||
$(dist_verbose) $(RSYNC) -a $(RSYNC_V) \
|
||||
--exclude '/ebin/dep_built' \
|
||||
--exclude '/ebin/test' \
|
||||
--include '/ebin/***' \
|
||||
--include '/include/***' \
|
||||
|
|
|
|||
Loading…
Reference in New Issue