aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Lavrijsen <WLavrijsen@lbl.gov>2012-06-07 11:32:12 -0700
committerWim Lavrijsen <WLavrijsen@lbl.gov>2012-06-07 11:32:12 -0700
commit85041f6016559432aeca7b1794e5dbcd777cc4af (patch)
tree88dfd383f76a11542b6679627a53fe8a3a900ebe /.hgignore
parentallow PyObject* function arguments and returns (with their tests) (diff)
downloadpypy-85041f6016559432aeca7b1794e5dbcd777cc4af.tar.gz
pypy-85041f6016559432aeca7b1794e5dbcd777cc4af.tar.bz2
pypy-85041f6016559432aeca7b1794e5dbcd777cc4af.zip
add automatic class loader based on .rootmap files; and its test
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 3fb495f135..3fbe0487b3 100644
--- a/.hgignore
+++ b/.hgignore
@@ -25,6 +25,7 @@ syntax: regexp
^pypy/module/cppyy/src/.+\.errors$
^pypy/module/cppyy/test/.+_rflx\.cpp$
^pypy/module/cppyy/test/.+\.so$
+^pypy/module/cppyy/test/.+\.rootmap$
^pypy/module/cppyy/test/.+\.exe$
^pypy/module/cppyy/test/.+_cint.h$
^pypy/doc/.+\.html$