SERVER-117755 [v8.2] Backport .gitignore from master (#46926)
GitOrigin-RevId: f9277f3caf3507b5a3aeb75c3a50af6bcadb2e2e
This commit is contained in:
parent
f2d2c748ae
commit
38ab0ee533
28
.gitignore
vendored
28
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
/build
|
||||
/src/mongo/db/modules/*
|
||||
/src/mongo/db/modules/*/
|
||||
!/src/mongo/db/modules/enterprise/
|
||||
!/src/mongo/db/modules/atlas/
|
||||
/.jsdbshell
|
||||
/.cache
|
||||
/.dbshell
|
||||
@ -11,7 +12,10 @@
|
||||
/perf.data
|
||||
/perf.data.old
|
||||
/massif.out.*
|
||||
/merged_decls.json
|
||||
/modules_dump.yaml
|
||||
/.tmp
|
||||
!/.tmp/_placeholder_
|
||||
venv
|
||||
|
||||
*~
|
||||
@ -95,6 +99,7 @@ scratch
|
||||
/mongoshim*
|
||||
/mongosniff*
|
||||
/mongotrafficreader*
|
||||
/bin
|
||||
|
||||
# artifacts from db-contrib-tool
|
||||
/ksdecode*
|
||||
@ -116,6 +121,9 @@ scratch
|
||||
/optimizer_gdb_test_program-*
|
||||
/pretty_printer_test-*.py
|
||||
/pretty_printer_test_program-*
|
||||
/pretty_printer_test_launcher*
|
||||
/install_compass*
|
||||
/multiversion-config.yml
|
||||
|
||||
*.tgz
|
||||
*.zip
|
||||
@ -224,6 +232,7 @@ selected_tests_config
|
||||
codereview.rc
|
||||
|
||||
# Python venvs and virtualenvs
|
||||
python-venv
|
||||
python3-venv
|
||||
python2-venv
|
||||
|
||||
@ -259,7 +268,7 @@ all_feature_flags.txt
|
||||
|
||||
# generated by clang-tidy buildscripts
|
||||
clang_tidy_fixes
|
||||
.clang-tidy
|
||||
/.clang-tidy
|
||||
|
||||
#SCons runtime configuration
|
||||
scons_env.env
|
||||
@ -295,10 +304,12 @@ buildozer
|
||||
.bazelrc.mongo_version
|
||||
.bazelrc.compiledb
|
||||
.bazelrc.sync
|
||||
.bazelrc.wrapper_hook
|
||||
.bazelrc.engflow_creds
|
||||
.compiledb
|
||||
.bazelrc.xcode
|
||||
.bazelrc.bazelisk
|
||||
.bazelrc.wrapper_hook
|
||||
.bazelrc.exec_log_file
|
||||
*.bazel_info_for_ninja.txt
|
||||
.ninja_last_command_line_targets.txt
|
||||
bazel/coverity/analysis/BUILD.bazel
|
||||
@ -307,8 +318,8 @@ src/mongo/db/modules/enterprise/autogenerated_targets/BUILD.bazel
|
||||
.bazel_header_list_cache
|
||||
.bazel_real
|
||||
.mongo_checks_module_path
|
||||
MODULE.bazel
|
||||
MODULE.bazel.lock
|
||||
**/MODULE.bazel.lock
|
||||
!/MODULE.bazel.lock
|
||||
.auto_header
|
||||
|
||||
# generated configs for external fixture suites
|
||||
@ -320,6 +331,7 @@ buildscripts/antithesis/base_images/mongo_binaries/bin
|
||||
buildscripts/antithesis/base_images/mongo_binaries/lib
|
||||
buildscripts/antithesis/base_images/mongo_binaries/libvoidstar.so
|
||||
buildscripts/antithesis/base_images/mongo_binaries/tsan.suppressions
|
||||
buildscripts/antithesis/base_images/mongo_binaries/src
|
||||
|
||||
buildscripts/antithesis/base_images/workload/bin
|
||||
buildscripts/antithesis/base_images/workload/lib
|
||||
@ -342,3 +354,9 @@ etc/trimmed_system_perf.yml
|
||||
/version_expansions.yml
|
||||
/engflow.*
|
||||
/.bazelrc.evergreen
|
||||
|
||||
# Generated Typescript type declarations from IDLs
|
||||
src/mongo/shell/*_gen.d.ts
|
||||
|
||||
# devcontainer uses pnpm which results in a large amount of environment files that aren't intended for git commits
|
||||
.pnpm-store
|
||||
|
||||
Loading…
Reference in New Issue
Block a user