Author: Marc Abramowitz <[email protected]> Branch: msabramo/hgignore Changeset: r241:12e8c4240629 Date: 2014-02-28 07:38 -0800 http://bitbucket.org/pypy/pyrepl/changeset/12e8c4240629/
Log: .hgignore: Add \.pyc diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -3,3 +3,4 @@ .cache/ \.tox/ .*\.egg-info +\.pyc _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
