Author: mattip <[email protected]> Branch: Changeset: r81439:a19ae08a813b Date: 2015-12-24 00:22 +0200 http://bitbucket.org/pypy/pypy/changeset/a19ae08a813b/
Log: improve .gitignore (Vincent Legoll, PR #385) diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,4 @@ release/ !pypy/tool/release/ rpython/_cache/ -__pycache__/ +.cache/ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
