diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2010-12-01 15:26:57 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2010-12-01 15:26:57 +1100 |
commit | e21c6124fedd243d01a2000834e8575302505a4a (patch) | |
tree | 00eecbce9c5f60f260759089a813851335457555 /.hgignore | |
parent | 9c248d20eb88e58769c01f38741d052dec036810 (diff) | |
download | mongo-e21c6124fedd243d01a2000834e8575302505a4a.tar.gz |
Added a .hgignore file.
--HG--
branch : mjc
extra : transplant_source : %25%B1%E5%D2%8B%D3%88%E9%1EF%9B2%B0%C5%CB%A6%29%FB%05%9B
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000000..d6c78b3fa45 --- /dev/null +++ b/.hgignore @@ -0,0 +1,6 @@ +doxygen.log +/classes/ +docs/html +docs/latex +\.o$ +src/server/WiredTiger_server |