diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-11-04 18:05:02 +0000 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-11-04 18:05:02 +0000 |
| commit | 31d89320e714d847b0ee89c374106da6a6f1cf68 (patch) | |
| tree | 01341c3246507512abf401c404d493d9a989b67a | |
| parent | f070aa7140afbef8400b72d56fc0505fa9942da8 (diff) | |
| download | rabbitmq-server-git-31d89320e714d847b0ee89c374106da6a6f1cf68.tar.gz | |
make source-dist: Do not distribute Mercurial and Travis files
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -185,6 +185,8 @@ RSYNC_FLAGS += -a $(RSYNC_V) \ --exclude '*.beam' \ --exclude '*.pyc' \ --exclude '.git*' \ + --exclude '.hg*' \ + --exclude '.travis.yml' \ --exclude '$(notdir $(ERLANG_MK_TMP))' \ --exclude 'ebin' \ --exclude 'packaging' \ |
