diff --git a/mk/dist.mk b/mk/dist.mk index 0fc9100b85b..125141c1830 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -77,6 +77,7 @@ $(PKG_TAR): $(PKG_FILES) -C $(S) \ --exclude-vcs \ --exclude=*~ \ + --exclude=*.pyc \ --exclude=*/llvm/test/*/*.ll \ --exclude=*/llvm/test/*/*.td \ --exclude=*/llvm/test/*/*.s \