aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Lamy <ronan.lamy@gmail.com>2017-02-23 16:43:40 +0000
committerRonan Lamy <ronan.lamy@gmail.com>2017-02-23 16:43:40 +0000
commit9019d1612478e291498a60d81474a8a803a29743 (patch)
tree16ec06eb6be0a3265573239de362c8d46ec0c143 /.hgignore
parentmerge heads (diff)
downloadpypy-9019d1612478e291498a60d81474a8a803a29743.tar.gz
pypy-9019d1612478e291498a60d81474a8a803a29743.tar.bz2
pypy-9019d1612478e291498a60d81474a8a803a29743.zip
Add extra_test for issue 2289 (backport of 88ef793308eb)
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index e9aa6e807a..90eb88bfed 100644
--- a/.hgignore
+++ b/.hgignore
@@ -74,7 +74,7 @@ syntax: regexp
^rpython/doc/_build/.*$
^compiled
^.git/
-^.hypothesis/
+.hypothesis/
^release/
^rpython/_cache$