diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-12-01 10:32:50 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-12-01 10:32:50 +0100 |
| commit | 30355b38894732a9a55b0e5ede83728ae914fecf (patch) | |
| tree | c261e1983ed8612ce8ff4bc9178b6cebbfcf9fa5 | |
| parent | 3d1b61d4e2040d070716d27bef7ca230f1a538c9 (diff) | |
| download | rabbitmq-server-git-30355b38894732a9a55b0e5ede83728ae914fecf.tar.gz | |
make source-dist: Exclude more files
erlang.mk's *.d and some generated files are still distributed if the
projects were built. Maybe we should run `make clean` before
distributing a project.
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -204,10 +204,13 @@ RSYNC_FLAGS += -a $(RSYNC_V) \ --exclude '.git*' \ --exclude '.hg*' \ --exclude '.travis.yml' \ + --exclude '.*.plt' \ --exclude '$(notdir $(ERLANG_MK_TMP))' \ --exclude 'ebin' \ --exclude 'packaging' \ --exclude 'erl_crash.dump' \ + --exclude 'MnesiaCore.*' \ + --exclude 'cover/' \ --exclude 'deps/' \ --exclude '$(notdir $(DEPS_DIR))/' \ --exclude 'plugins/' \ @@ -215,6 +218,8 @@ RSYNC_FLAGS += -a $(RSYNC_V) \ --exclude '/$(notdir $(PACKAGES_DIR))/' \ --exclude '/cowboy/doc/' \ --exclude '/cowboy/examples/' \ + --exclude '/rabbitmq_amqp1_0/test/swiftmq/build/'\ + --exclude '/rabbitmq_amqp1_0/test/swiftmq/swiftmq*'\ --exclude '/rabbitmq_mqtt/test/build/' \ --exclude '/rabbitmq_mqtt/test/test_client/'\ --delete \ |
