Skip to content

Commit 3553324

Browse files
Merge pull request #7417 from rabbitmq/mergify/bp/v3.11.x/pr-7416
Exclude bazel related files from `make source-dist` (backport #7414) (backport #7416)
2 parents 291524f + aada69b commit 3553324

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,16 @@ RSYNC_FLAGS += -a $(RSYNC_V) \
139139
--exclude '.hg*' \
140140
--exclude '.travis.yml*' \
141141
--exclude '.*.plt' \
142+
--exclude '*.bzl' \
143+
--exclude '*.bazel' \
144+
--exclude '*.bazelrc' \
145+
--exclude 'moduleindex.yaml' \
146+
--exclude 'BUILD.*' \
142147
--exclude '$(notdir $(ERLANG_MK_TMP))' \
143148
--exclude '_build/' \
144149
--exclude '__pycache__/' \
150+
--exclude 'bazel*/' \
151+
--exclude 'tools/' \
145152
--exclude 'ci/' \
146153
--exclude 'cover/' \
147154
--exclude 'deps/' \

0 commit comments

Comments
 (0)