diff options
author | Tausif Rahman <tausif.rahman@mongodb.com> | 2022-11-14 15:16:54 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-11-14 16:14:16 +0000 |
commit | 93612bf95f8003a1e1d6af27fb1b67c57c6f3e39 (patch) | |
tree | 8a1ce23b1224d6069b15bc1ce4a5ec568279e157 /.gitignore | |
parent | 31f5c4c0dc92f1bc3dd7b4a9f2613cfabf070e35 (diff) | |
download | mongo-93612bf95f8003a1e1d6af27fb1b67c57c6f3e39.tar.gz |
SERVER-69636 Collect SCons Metrics
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c7144d21d38..38ff24451e9 100644 --- a/.gitignore +++ b/.gitignore @@ -241,3 +241,9 @@ all_feature_flags.txt # generated by clang-tidy buildscripts clang_tidy_fixes + +#SCons runtime configuration +scons_env.env + +# buildscripts_test by-product +test_success.ninja |