Author: Ronny Pfannschmidt <[email protected]> Branch: Changeset: r593:3fa70faba606 Date: 2012-07-07 20:16 +0200 http://bitbucket.org/cffi/cffi/changeset/3fa70faba606/
Log: add _cffi_backend.so and __pycache__ to hgignore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -4,6 +4,8 @@ .*.swp testing/__pycache__ demo/__pycache__ +__pycache__ +_cffi_backend.so doc/build build dist _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
