summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-03-11 12:03:44 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-03-11 12:03:44 +1100
commit69cd69d59b0dcdbccd754c18b4bf06d2c6c7e2a7 (patch)
tree5ce4031a3d3189ba88b2df42514fe1db44f32dee /.hgignore
parent7ea00fec98f7fbf8af0587d96cc628ac74aaa5dd (diff)
downloadmongo-69cd69d59b0dcdbccd754c18b4bf06d2c6c7e2a7.tar.gz
Build the Python API into the build directory.
* * * [mq]: config-script
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 862f32c8f54..7c31e2c45ef 100644
--- a/.hgignore
+++ b/.hgignore
@@ -5,6 +5,7 @@
^build.*/(\.deps|COPYING|ChangeLog|INSTALL|Makefile.*|NEWS|README)
^build.*/(aclocal\.m4|config\..*|configure|stamp-h1|prototype.chk|w.*\.h)
^build.*/(ex_.*|lib.*|wt_.*)
+^build.*/(_wiredtiger.so|wiredtiger.py|wiredtiger_wrap.c)
^build_posix/gnu-support/(depcomp|install-sh|missing)
^build_posix/autom4te.cache
^docs/(doxygen.log|installdox|search)
@@ -12,7 +13,6 @@
^docs/java
^docs/latex
^docs/python
-^lang/python/(_wiredtiger.so|wiredtiger.py|wiredtiger_wrap.c)
^src/server
^test/bt/(CONFIG|__rand|__wt.bdb|__wt.run|__wt.wt|db|t|vgout\..*)
/tags$