aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Hesse <webmaster@aquanasoft.de>2013-01-09 19:28:28 +0100
committerAlexander Hesse <webmaster@aquanasoft.de>2013-01-09 19:28:28 +0100
commit2a052c0d7e6299236c043ee5aadd1a95723921b3 (patch)
tree364708cb78bbb411144aec511fd7c3a106c50f37 /.hgignore
parentFixed missing import of math in test_ll_math #2 (diff)
downloadpypy-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--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index f3209852f7..6ddc892d82 100644
--- a/.hgignore
+++ b/.hgignore
@@ -85,3 +85,4 @@ syntax: regexp
^compiled
^.git/
^release/
+^rpython/_cache$