diff options
author | Andy Schwerin <schwerin@10gen.com> | 2012-04-04 10:09:51 -0400 |
---|---|---|
committer | Andy Schwerin <schwerin@10gen.com> | 2012-04-04 10:09:51 -0400 |
commit | 2b8a0d7380802acf54a4f5b7190d3dd6784e8107 (patch) | |
tree | 9c06415c0d66d3de74fa8715c6ea6bc9102bbab2 /.gitignore | |
parent | 6980e9f942291028b6327a1565be26ebb072086f (diff) | |
download | mongo-2b8a0d7380802acf54a4f5b7190d3dd6784e8107.tar.gz |
Have git ignore the "tutorial" binary, like the other example binaries in the root directory.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 062c2826a42..cf0bb110ec5 100644 --- a/.gitignore +++ b/.gitignore @@ -98,6 +98,7 @@ scratch /whereExample /bsondemo /rsExample +/tutorial #tests /test @@ -135,4 +136,4 @@ src/mongo/shell/mongo.cpp src/third_party/js-1.7/jsautocfg.h src/third_party/js-1.7/jsautokw.h buildinfo.cpp -/.settings/
\ No newline at end of file +/.settings/ |