Makefile: Do not keep `escript/` in source archive

That directory is a compilation product.
This commit is contained in:
Jean-Sébastien Pédron 2017-02-09 13:20:36 +01:00
parent 14756c400c
commit d667cc4032
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ RSYNC_FLAGS += -a $(RSYNC_V) \
--exclude 'deps/' \
--exclude 'ebin/' \
--exclude 'erl_crash.dump' \
--exclude 'escript/' \
--exclude 'MnesiaCore.*' \
--exclude '$(notdir $(DEPS_DIR))/' \
--exclude 'hexer*' \