diff options
author | Gabriel Russell <gabriel.russell@mongodb.com> | 2018-07-09 17:20:43 -0400 |
---|---|---|
committer | Gabriel Russell <gabriel.russell@mongodb.com> | 2018-07-24 17:06:45 -0400 |
commit | ca05978a1128cc1e170986bea104ef4087ee6bd2 (patch) | |
tree | 130f3e3e85b5145dfabb5f1cb3a92a50659970bc /.gitignore | |
parent | 5f195f34feada214fd0ab6d83e16d56ac27cef17 (diff) | |
download | mongo-ca05978a1128cc1e170986bea104ef4087ee6bd2.tar.gz |
SERVER-36245 Create a multi-arch android variant
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2db92b85522..eb9f70011b2 100644 --- a/.gitignore +++ b/.gitignore @@ -154,4 +154,8 @@ CMakeLists.txt *.wixpdb DriverInclude.wxs +# Gradle +.gradle +src/mongo/embedded/java/mongodb-embedded-capi/build/ + compile_commands.json |