diff --git a/scripts/ci/check_large_files.py b/scripts/ci/check_large_files.py index 52c35878f3c4..ab2a786a9f19 100755 --- a/scripts/ci/check_large_files.py +++ b/scripts/ci/check_large_files.py @@ -7,6 +7,7 @@ FILES_ALLOWED_TO_BE_LARGE = { "CHANGELOG.md", "Cargo.lock", + "crates/build/re_types_builder/src/codegen/cpp/mod.rs", # TODO(andreas, #7245): This file should really be split up. Might get shorter after removing non-eager serialization path. "crates/build/re_types_builder/src/reflection.rs", "crates/store/re_dataframe/src/query.rs", "crates/store/re_types/src/datatypes/tensor_buffer.rs",