Author: Ronny Pfannschmidt <[email protected]> Branch: pytest Changeset: r60088:be293d809c4f Date: 2013-01-14 01:19 +0100 http://bitbucket.org/pypy/pypy/changeset/be293d809c4f/
Log: add pytest-cache dir to hgignore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -7,6 +7,8 @@ .project .pydevproject +\.cache + syntax: regexp ^testresult$ ^site-packages$ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
