Author: Alex Gaynor <[email protected]> Branch: Changeset: r64982:b1419a3f5663 Date: 2013-06-25 10:28 -0700 http://bitbucket.org/pypy/pypy/changeset/b1419a3f5663/
Log: Ignore __pycache__ directories diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -6,6 +6,7 @@ .idea .project .pydevproject +__pycache__ syntax: regexp ^testresult$ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
