diff options
author | 2015-03-11 15:38:43 +0100 | |
---|---|---|
committer | 2015-03-11 15:38:43 +0100 | |
commit | 60605cfba753533fdd2b143c9ec6911ce64cb576 (patch) | |
tree | 71770bf9fb348cda3e2a34afa34a1e580f7454fa /.gitignore | |
parent | forgot to attach the new files, added another unrolling test case and added s... (diff) | |
download | pypy-60605cfba753533fdd2b143c9ec6911ce64cb576.tar.gz pypy-60605cfba753533fdd2b143c9ec6911ce64cb576.tar.bz2 pypy-60605cfba753533fdd2b143c9ec6911ce64cb576.zip |
making the backend ready to be translated. stumbled over several problems not allowed in rpython (slice[1:-1], returning multiple values)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fef6e61a8a..4bb035c8ae 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ pypy/translator/goal/target*-c release/ !pypy/tool/release/ rpython/_cache/ +__pycache__/ |