diff options
author | Tausif Rahman <tausif.rahman@mongodb.com> | 2022-11-08 15:36:04 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-11-08 16:32:27 +0000 |
commit | 3a4d6fdeb7cc74f1b9f2821b3fa6f6dddeca4a62 (patch) | |
tree | b3b637a73c7014b11943b75ca501a80a32e779aa /.gitignore | |
parent | ccffa2062f09352f6c064e64090bdda42b829e73 (diff) | |
download | mongo-3a4d6fdeb7cc74f1b9f2821b3fa6f6dddeca4a62.tar.gz |
SERVER-69636 Collect SCons Metrics
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c7144d21d38..e61e4259bbe 100644 --- a/.gitignore +++ b/.gitignore @@ -241,3 +241,6 @@ all_feature_flags.txt # generated by clang-tidy buildscripts clang_tidy_fixes + +#SCons runtime configuration +scons_env.env |