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