diff options
author | Alexander Hesse <webmaster@aquanasoft.de> | 2013-01-09 19:28:28 +0100 |
---|---|---|
committer | Alexander Hesse <webmaster@aquanasoft.de> | 2013-01-09 19:28:28 +0100 |
commit | 2a052c0d7e6299236c043ee5aadd1a95723921b3 (patch) | |
tree | 364708cb78bbb411144aec511fd7c3a106c50f37 /.hgignore | |
parent | Fixed missing import of math in test_ll_math #2 (diff) | |
download | pypy-2a052c0d7e6299236c043ee5aadd1a95723921b3.tar.gz pypy-2a052c0d7e6299236c043ee5aadd1a95723921b3.tar.bz2 pypy-2a052c0d7e6299236c043ee5aadd1a95723921b3.zip |
Created rpython/_cache. Added cache_dir to rpython.conftest
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,3 +85,4 @@ syntax: regexp ^compiled ^.git/ ^release/ +^rpython/_cache$ |