summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-04-26 15:46:48 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-04-26 15:46:48 +1000
commita2e34fae2752c543c1121eb2ebd9bd548f916df5 (patch)
tree98b0b8b9fbe7b648d13ee0c0cd44cf3b36b96e80 /.hgignore
parent8735c161132f1fdb86310b9d5e77888f2bffe129 (diff)
downloadmongo-a2e34fae2752c543c1121eb2ebd9bd548f916df5.tar.gz
Keep the Python sources in lang/python: that's what we will want to distribute.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index 7c31e2c45ef..55300df6f10 100644
--- a/.hgignore
+++ b/.hgignore
@@ -4,8 +4,7 @@
\.class$
^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.*/(ex_.*|lib.*|wt_.*|_wiredtiger.so)
^build_posix/gnu-support/(depcomp|install-sh|missing)
^build_posix/autom4te.cache
^docs/(doxygen.log|installdox|search)
@@ -13,6 +12,7 @@
^docs/java
^docs/latex
^docs/python
+^lang/python/(wiredtiger.py|wiredtiger_wrap.c)
^src/server
^test/bt/(CONFIG|__rand|__wt.bdb|__wt.run|__wt.wt|db|t|vgout\..*)
/tags$