SERVER-112229 update auto header ignore on old branches (#42449)

GitOrigin-RevId: a20d7851b6213c0c46ed612759e87cf9d32c6ea2
This commit is contained in:
Daniel Moody 2025-10-21 10:13:34 -05:00 committed by MongoDB Bot
parent d87902c241
commit 27cc937065
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,9 @@ src/third_party/protobuf/dist
src/third_party/re2/dist src/third_party/re2/dist
src/third_party/tcmalloc/dist src/third_party/tcmalloc/dist
src/third_party/wiredtiger/dist src/third_party/wiredtiger/dist
bazel/auto_header/.auto_header
src/mongo/db/modules/atlas/.auto_header
src/mongo/db/modules/enterprise/.auto_header
# Ignore node_modules due to the following error # Ignore node_modules due to the following error
# ERROR: in verify_node_modules_ignored: # ERROR: in verify_node_modules_ignored:

2
.gitignore vendored
View File

@ -308,6 +308,8 @@ src/mongo/db/modules/enterprise/autogenerated_targets/BUILD.bazel
.mongo_checks_module_path .mongo_checks_module_path
MODULE.bazel MODULE.bazel
MODULE.bazel.lock MODULE.bazel.lock
.auto_header
# generated configs for external fixture suites # generated configs for external fixture suites
docker_compose/ docker_compose/