Skip to content

Commit 7f43941

Browse files
committed
Don't include *.pyc files in source tarball
Closes #28508
1 parent d97be7b commit 7f43941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/dist.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ $(PKG_TAR): $(PKG_FILES)
7777
-C $(S) \
7878
--exclude-vcs \
7979
--exclude=*~ \
80+
--exclude=*.pyc \
8081
--exclude=*/llvm/test/*/*.ll \
8182
--exclude=*/llvm/test/*/*.td \
8283
--exclude=*/llvm/test/*/*.s \

0 commit comments

Comments
 (0)