summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-02-16 16:15:01 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-02-16 16:15:01 +1100
commitccf431cdc39846407776e64e5e92d1b17a9bf2c2 (patch)
tree77183f5114ca01d21210bc3d0443d28fb6cec554 /.hgignore
parent24cc740d7a672e264d3aed55501db91ce7bb5664 (diff)
downloadmongo-ccf431cdc39846407776e64e5e92d1b17a9bf2c2.tar.gz
Match the README files by having the HTML docs start at docs/index.html
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore10
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$