summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-03-10 22:17:48 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-03-10 22:17:48 +1100
commit47a8ea8c7ce48276b00296c798dbdc11c397aea8 (patch)
tree124f1d90b0598dde774f7edc04c48beeb694f394 /.hgignore
parent82184039079f0af90fb10de677d07519242c71e8 (diff)
downloadmongo-47a8ea8c7ce48276b00296c798dbdc11c397aea8.tar.gz
Initial steps towards a Python API. Rename 'del' to 'remove': that seems safe across languages.
Remove underscores from struct names for now: that should be transparent to applications but avoids messiness in the Python API. refs #31
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index 293733c5f0e..7e4f5f50b42 100644
--- a/.hgignore
+++ b/.hgignore
@@ -12,6 +12,6 @@
^docs/java
^docs/latex
^docs/python
-src/server/WiredTiger_server
-src/server/gen-py
+^lang/python/(_wiredtiger.so|wiredtiger.py|wiredtiger_wrap.c)
+^src/server
/tags$