diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2010-12-30 18:03:23 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2010-12-30 18:03:23 +1100 |
commit | 771a014ea9bae78f94c6abe7412a11e1cf4625d6 (patch) | |
tree | ea8df9c045fde6c47b49b2d1d33b5fd9af9867a5 /.hgignore | |
parent | c5d3b22b630a8d3b45a41b7e276c64e890eb54b4 (diff) | |
download | mongo-771a014ea9bae78f94c6abe7412a11e1cf4625d6.tar.gz |
More work on the API, added a structure for a "guide", developed examples and configuration string handling further.
--HG--
branch : mjc
rename : docs/src/architecture.dox => docs/src/basic-api.dox
rename : docs/src/architecture.dox => docs/src/command-line.dox
rename : docs/src/architecture.dox => docs/src/cursors.dox
rename : docs/src/architecture.dox => docs/src/extending.dox
rename : docs/src/architecture.dox => docs/src/packing.dox
rename : docs/src/architecture.dox => docs/src/processes.dox
rename : docs/src/architecture.dox => docs/src/threads.dox
rename : docs/src/architecture.dox => docs/src/transactions.dox
rename : docs/src/architecture.dox => docs/src/tuning.dox
rename : docs/src/architecture.dox => docs/src/using.dox
rename : examples/c/ex_access.c => examples/c/ex_thread.c
extra : transplant_source : %94m%AAT%07/%F5Vy%113%F3Ju%BE%A8%B0%2A%B0%24
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore index dcf8b6c029e..3ee0afffe6f 100644 --- a/.hgignore +++ b/.hgignore @@ -2,6 +2,7 @@ \.swp$ \.pyc$ \.class$ +^build.*/.* docs/doxygen.log docs/html docs/java |