mirror of https://github.com/mongodb/mongo
SERVER-112229 update auto header ignore on old branches (#42449)
GitOrigin-RevId: a20d7851b6213c0c46ed612759e87cf9d32c6ea2
This commit is contained in:
parent
d87902c241
commit
27cc937065
|
|
@ -5,6 +5,9 @@ src/third_party/protobuf/dist
|
|||
src/third_party/re2/dist
|
||||
src/third_party/tcmalloc/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
|
||||
# ERROR: in verify_node_modules_ignored:
|
||||
|
|
|
|||
|
|
@ -308,6 +308,8 @@ src/mongo/db/modules/enterprise/autogenerated_targets/BUILD.bazel
|
|||
.mongo_checks_module_path
|
||||
MODULE.bazel
|
||||
MODULE.bazel.lock
|
||||
.auto_header
|
||||
|
||||
# generated configs for external fixture suites
|
||||
docker_compose/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue