diff options
author | Andrew Morrow <acm@mongodb.com> | 2014-12-24 12:12:22 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2015-04-13 15:47:26 -0400 |
commit | eea0ef850ef7f07e354a466e011b39ab518a5254 (patch) | |
tree | 87b2313f3a99709d9e8e8a74663878ca9ad65029 /.gitignore | |
parent | 0c0b19ded8a622adc089209334a6f9364a1ce543 (diff) | |
download | mongo-eea0ef850ef7f07e354a466e011b39ab518a5254.tar.gz |
SERVER-17919 Add support for emitting a compilation database
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 30c6440dbaf..a34ec65f3a3 100644 --- a/.gitignore +++ b/.gitignore @@ -154,3 +154,5 @@ buildinfo.cpp *.wixobj *.wixpdb DriverInclude.wxs + +compile_commands.json |