Author: Armin Rigo <[email protected]> Branch: Changeset: r423:e754f44fcc3a Date: 2012-06-17 20:09 +0200 http://bitbucket.org/cffi/cffi/changeset/e754f44fcc3a/
Log: Add demo/__pycache__ to hgignore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -3,4 +3,5 @@ *~ .*.swp testing/__pycache__ +demo/__pycache__ doc/build _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
