Author: Wim Lavrijsen <[email protected]> Branch: reflex-support Changeset: r54165:42cf027dd5ea Date: 2012-04-02 15:44 -0700 http://bitbucket.org/pypy/pypy/changeset/42cf027dd5ea/
Log: ignore reflection information by-products diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -19,10 +19,14 @@ ^pypy/module/cpyext/test/.+\.manifest$ ^pypy/module/test_lib_pypy/ctypes_tests/.+\.o$ ^pypy/module/cppyy/src/.+\.o$ +^pypy/module/cppyy/bench/.+\.so$ +^pypy/module/cppyy/bench/.+\.root$ +^pypy/module/cppyy/bench/.+\.d$ ^pypy/module/cppyy/src/.+\.errors$ ^pypy/module/cppyy/test/.+_rflx\.cpp$ ^pypy/module/cppyy/test/.+\.so$ ^pypy/module/cppyy/test/.+\.exe$ +^pypy/module/cppyy/test/.+_cint.h$ ^pypy/doc/.+\.html$ ^pypy/doc/config/.+\.rst$ ^pypy/doc/basicblock\.asc$ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
