mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-21 20:49:10 +01:00
ae2ecce6e7
GitOrigin-RevId: 308b614aaf56cfbf6f8567c4c3c0d6fec7b1240b
304 lines
4.6 KiB
Plaintext
304 lines
4.6 KiB
Plaintext
/build
|
|
/src/mongo/db/modules/*
|
|
!/src/mongo/db/modules/enterprise/
|
|
/.jsdbshell
|
|
/.cache
|
|
/.dbshell
|
|
/*.ninja
|
|
/*.ninja.*
|
|
/.ninja_deps
|
|
/.ninja_log
|
|
/perf.data
|
|
/perf.data.old
|
|
/massif.out.*
|
|
venv
|
|
|
|
*~
|
|
*.test_iwyu.h
|
|
*.test_iwyu.cpp
|
|
*.swp
|
|
*.o
|
|
*.os
|
|
*.obj
|
|
*.aps
|
|
*.ilk
|
|
*.tar.gz
|
|
*.suo
|
|
*.ncb
|
|
*.idb
|
|
*.obj
|
|
*.opt
|
|
*.pch
|
|
*.jsh
|
|
*.jsall
|
|
*.pyc
|
|
*.log
|
|
*.exe
|
|
*.exp
|
|
*.lib
|
|
*.idb
|
|
*.pdb
|
|
*.manifest
|
|
*.user
|
|
*.gch
|
|
*.*sdf
|
|
*.psess
|
|
*.tmp
|
|
*.eslintcache
|
|
*#
|
|
.#*
|
|
iwyu.dat
|
|
|
|
/src/mongo/*/*Debug*/
|
|
/src/mongo/*/*/*Debug*/
|
|
/src/mongo/*/*Release*/
|
|
/src/mongo/*/*/*Release*/
|
|
/src/ipch
|
|
/src/mongo/*/ipch
|
|
/src/mongo/*/*/ipch
|
|
/src/mongo/db/.gdb*
|
|
/src/mongo/db/makefile.local
|
|
/src/mongo/db/_ReSharper.db
|
|
/src/third_party/*/*.cache
|
|
/src/third_party/*/*.tlog
|
|
/src/third_party/*/*.lastbuildstate
|
|
/buildscripts/libdeps/graph_visualizer_web_stack/build
|
|
/buildscripts/libdeps/graph_visualizer_web_stack/node_modules
|
|
buildscripts/iwyu/test/*/test_run
|
|
libdeps.graphml
|
|
build-metrics.json
|
|
config.log
|
|
settings.py
|
|
log_config.py
|
|
/tags
|
|
TAGS
|
|
|
|
# temp dirs
|
|
dump
|
|
/log
|
|
logs
|
|
docs/html
|
|
docs/latex
|
|
docs/doxygen
|
|
32bit
|
|
scratch
|
|
/multiversion_binaries
|
|
|
|
# binaries
|
|
/docgen*
|
|
/loadgen*
|
|
/mongoed*
|
|
/mongogrid*
|
|
/mongoperf*
|
|
/mongoshim*
|
|
/mongosniff*
|
|
/mongotrafficreader*
|
|
|
|
# binaries from db-contrib-tool
|
|
/ksdecode*
|
|
/mongo*
|
|
/mongoauditdecrypt*
|
|
/mongobridge*
|
|
/mongocryptd*
|
|
/mongod*
|
|
/mongodecrypt*
|
|
/mongokerberos*
|
|
/mongoldap*
|
|
/mongoqd*
|
|
/mongos*
|
|
/mongotmock*
|
|
/mqlrun*
|
|
/wt*
|
|
|
|
*.tgz
|
|
*.zip
|
|
*.tar.gz
|
|
|
|
#libs
|
|
/libmongoclient.*
|
|
/libmongotestfiles.*
|
|
/libmongoshellfiles.*
|
|
/sharedclient
|
|
/genny
|
|
|
|
/emr.jar
|
|
*.class
|
|
|
|
# examples
|
|
/firstExample
|
|
/secondExample
|
|
/whereExample
|
|
/bsondemo
|
|
/rsExample
|
|
/tutorial
|
|
|
|
#tests
|
|
/dbtest
|
|
/authTest
|
|
/perftest
|
|
/clientTest
|
|
/httpClientTest
|
|
/genny_results
|
|
|
|
# benchrun files
|
|
/benchrun_embedded
|
|
|
|
# Linters
|
|
.mypy_cache
|
|
|
|
#debian
|
|
build-stamp
|
|
configure-stamp
|
|
debian/mongodb
|
|
|
|
# OSX files
|
|
.DS_Store
|
|
._.DS_Store
|
|
*.fuse_*
|
|
|
|
# QtCreator
|
|
*.config
|
|
*.creator
|
|
*.creator.user
|
|
*.files
|
|
*.includes
|
|
*.orig
|
|
|
|
# Eclipse build artifacts
|
|
.cproject
|
|
.project
|
|
.pydevproject
|
|
.externalToolBuilders/
|
|
.settings/
|
|
|
|
# Idea CLion project artifacts
|
|
.idea
|
|
CMakeLists.txt
|
|
!src/third_party/abseil-cpp/**/CMakeLists.txt
|
|
!/src/third_party/snappy/**/CMakeLists.txt
|
|
|
|
# XCode projects
|
|
.xcworkspace
|
|
|
|
# VSCode projects
|
|
.vscode/**
|
|
!.vscode/linux-virtual-workstation.code-workspace
|
|
|
|
# Visual Studio projects
|
|
.vs/
|
|
/x64/
|
|
|
|
# Windows MSI builder artifacts
|
|
*.msi
|
|
*.wixobj
|
|
*.wixpdb
|
|
DriverInclude.wxs
|
|
|
|
# Gradle
|
|
.gradle
|
|
src/mongo/embedded/java/build/
|
|
src/mongo/embedded/java/aar/build/
|
|
src/mongo/embedded/java/jar/build/
|
|
local.properties
|
|
|
|
# clangd language server
|
|
.clangd/
|
|
|
|
compile_commands.json
|
|
compile_commands_scons.json
|
|
compile_commands_ninja.json
|
|
generated_resmoke_config
|
|
selected_tests_config
|
|
|
|
# Code review tool config
|
|
codereview.rc
|
|
|
|
# Python venvs and virtualenvs
|
|
python3-venv
|
|
python2-venv
|
|
|
|
# Generated resmoke configuration file
|
|
resmoke.ini
|
|
|
|
# UndoDB Recordings
|
|
*.undo
|
|
|
|
# Resmoke runtime configuration and trackers.
|
|
.resmoke_start_time.yml
|
|
.resmoke_mongo_version.yml
|
|
.resmoke_mongo_release_values.yml
|
|
|
|
# libfuzzer artifacts
|
|
default.profraw
|
|
/corpora
|
|
/corpora-merged
|
|
|
|
# Linter and formatter cache
|
|
.mypy_cache/
|
|
|
|
# RPM build temps
|
|
/distsrc.tar
|
|
/selinux/tmp
|
|
/dst
|
|
/rpmbuild
|
|
/repo
|
|
/rpm/tmp
|
|
|
|
# generated by gen_all_feature_flag_list.py
|
|
all_feature_flags.txt
|
|
|
|
# generated by clang-tidy buildscripts
|
|
clang_tidy_fixes
|
|
.clang-tidy
|
|
|
|
#SCons runtime configuration
|
|
scons_env.env
|
|
|
|
# buildscripts_test by-product
|
|
test_success.ninja
|
|
|
|
# test report generation result
|
|
report.json
|
|
|
|
# suggested resmoke binary location
|
|
dist-test/
|
|
|
|
# node extra stuff (for someone installing eslint)
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# jstestfuzz generated test directory
|
|
jstestfuzz/
|
|
|
|
# Bazel-related work
|
|
# (Note that each string does NOT terminate with a '/' so that gitignore works properly)
|
|
bazel-*
|
|
bazelisk
|
|
buildifier
|
|
.bazelrc.local
|
|
.bazel_info_for_ninja.txt
|
|
.ninja_last_command_line_targets.txt
|
|
bazel/coverity/analysis/BUILD.bazel
|
|
.bazel_include_info.json
|
|
.bazel_header_list_cache
|
|
# generated configs for external fixture suites
|
|
docker_compose/
|
|
|
|
# artifacts from antithesis docker base image builds
|
|
antithesis-dist-test
|
|
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/workload/bin
|
|
buildscripts/antithesis/base_images/workload/lib
|
|
buildscripts/antithesis/base_images/workload/src
|
|
buildscripts/antithesis/base_images/workload/jstestfuzz
|
|
buildscripts/antithesis/base_images/workload/QA
|
|
buildscripts/antithesis/base_images/workload/libvoidstar.so
|
|
buildscripts/antithesis/base_images/workload/tsan.suppressions
|
|
|
|
# default download location for resmoke core-analyzer
|
|
core-analyzer
|