diff options
author | Billy Donahue <billy.donahue@mongodb.com> | 2020-09-09 18:10:39 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-09-09 21:56:28 +0000 |
commit | f9d4a15397585a8f00ea0afa9864531e1f4ed5fb (patch) | |
tree | 2d70ad470914345a660557b7532550e1d80a991d /.gitignore | |
parent | 10ecbbca3451433e296fa617d34110965872c2c0 (diff) | |
download | mongo-f9d4a15397585a8f00ea0afa9864531e1f4ed5fb.tar.gz |
SERVER-50835 Add `.clangd/` to the .gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4c35f527d92..7cb6d71c0d0 100644 --- a/.gitignore +++ b/.gitignore @@ -176,6 +176,9 @@ src/mongo/embedded/java/aar/build/ src/mongo/embedded/java/jar/build/ local.properties +# clangd language server +.clangd/ + compile_commands.json generated_resmoke_config selected_tests_config |