Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r3812:b2a518835768 Date: 2011-06-30 11:13 +0200 http://bitbucket.org/pypy/extradoc/changeset/b2a518835768/
Log: add *~ to .hgignore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,2 +1,3 @@ syntax: glob *.py[co] +*~ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
