diff options
author | Randolph Tan <randolph@10gen.com> | 2014-05-05 16:23:23 -0400 |
---|---|---|
committer | Randolph Tan <randolph@10gen.com> | 2014-05-05 16:23:33 -0400 |
commit | 0417b6581b906a2d8c05fbba41e3961c6beba490 (patch) | |
tree | 5aa79b691edf5be7ad75d5bc7cfaf3f013274a87 /.gitignore | |
parent | c87abc3fd1bebfe8bb6ae0a640cd3e4a4bcd4a71 (diff) | |
download | mongo-0417b6581b906a2d8c05fbba41e3961c6beba490.tar.gz |
SERVER-13795 rename test binary to dbtest
Add dbtest to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 15d8933d63f..00fab4ee9f9 100644 --- a/.gitignore +++ b/.gitignore @@ -115,7 +115,7 @@ scratch /tutorial #tests -/test +/dbtest /authTest /perftest /clientTest |