diff --git a/upb/reflection/BUILD b/upb/reflection/BUILD index 9b5fd88aa9..21aea85781 100644 --- a/upb/reflection/BUILD +++ b/upb/reflection/BUILD @@ -221,7 +221,10 @@ filegroup( "**/*.h", "**/*.hpp", ], - exclude = ["stage0/**"], + exclude = [ + "stage0/**", + "cmake/**", + ], ), visibility = [ "//python/dist:__pkg__",