diff options
author | Wim Lavrijsen <WLavrijsen@lbl.gov> | 2011-07-05 18:18:54 -0700 |
---|---|---|
committer | Wim Lavrijsen <WLavrijsen@lbl.gov> | 2011-07-05 18:18:54 -0700 |
commit | 56be7be2ea8b1cb2aefc34f88b34df7fcb8f74bc (patch) | |
tree | 90ff5188a9b4eabf2fad0e41ad2096ca93a6d4dd /.hgignore | |
parent | rtyper fixes and initial attempt at class type data members (diff) | |
parent | Extension modules could not be compiled with the mingw32 compiler, (diff) | |
download | pypy-56be7be2ea8b1cb2aefc34f88b34df7fcb8f74bc.tar.gz pypy-56be7be2ea8b1cb2aefc34f88b34df7fcb8f74bc.tar.bz2 pypy-56be7be2ea8b1cb2aefc34f88b34df7fcb8f74bc.zip |
merge default and minimize changes with default
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,7 @@ syntax: glob *.py[co] *~ +.*.swp syntax: regexp ^testresult$ @@ -43,6 +44,8 @@ syntax: regexp ^pypy/translator/benchmark/shootout_benchmarks$ ^pypy/translator/goal/pypy-translation-snapshot$ ^pypy/translator/goal/pypy-c +^pypy/translator/goal/pypy-jvm +^pypy/translator/goal/pypy-jvm.jar ^pypy/translator/goal/.+\.exe$ ^pypy/translator/goal/.+\.dll$ ^pypy/translator/goal/target.+-c$ |