diff options
author | Wim Lavrijsen <WLavrijsen@lbl.gov> | 2012-06-07 11:32:12 -0700 |
---|---|---|
committer | Wim Lavrijsen <WLavrijsen@lbl.gov> | 2012-06-07 11:32:12 -0700 |
commit | 85041f6016559432aeca7b1794e5dbcd777cc4af (patch) | |
tree | 88dfd383f76a11542b6679627a53fe8a3a900ebe /.hgignore | |
parent | allow PyObject* function arguments and returns (with their tests) (diff) | |
download | pypy-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-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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$ |