Author: Daniel Roberts <ademan...@gmail.com>
Branch: 
Changeset: r45349:85149c5b8a3d
Date: 2011-07-04 13:28 -0700
http://bitbucket.org/pypy/pypy/changeset/85149c5b8a3d/

Log:    Ignore Vim's temporary files.

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,7 @@
 syntax: glob
 *.py[co]
 *~
+.*.swp
 
 syntax: regexp
 ^testresult$
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to