Skip to content

Commit aada69b

Browse files
HoloRinmergify[bot]
authored andcommitted
Exclude bazel related files from make source-dist
(cherry picked from commit 019766f) (cherry picked from commit 2d25719)
1 parent 291524f commit aada69b

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)