diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-02-16 16:15:01 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-02-16 16:15:01 +1100 |
commit | ccf431cdc39846407776e64e5e92d1b17a9bf2c2 (patch) | |
tree | 77183f5114ca01d21210bc3d0443d28fb6cec554 /.hgignore | |
parent | 24cc740d7a672e264d3aed55501db91ce7bb5664 (diff) | |
download | mongo-ccf431cdc39846407776e64e5e92d1b17a9bf2c2.tar.gz |
Match the README files by having the HTML docs start at docs/index.html
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.hgignore b/.hgignore index dcd070ed671..ad53134e80c 100644 --- a/.hgignore +++ b/.hgignore @@ -6,11 +6,11 @@ ^build.*/(ex_.*|lib.*|wt_.*) ^build.*/(aclocal\.m4|config\..*|configure|stamp-h1|w.*\.h) ^build_posix/gnu-support/(depcomp|install-sh|missing) -docs/doxygen.log -docs/html -docs/java -docs/latex -docs/python +^docs/(doxygen.log|installdox|search) +^docs/[^/]*\.(css|html|js|png)$ +^docs/java +^docs/latex +^docs/python src/server/WiredTiger_server src/server/gen-py /tags$ |