Author: Ronny Pfannschmidt <[email protected]>
Branch: 
Changeset: r243:a1e175f1817b
Date: 2014-03-08 09:27 +0100
http://bitbucket.org/pypy/pyrepl/changeset/a1e175f1817b/

Log:    Merged in msabramo/pyrepl/msabramo/hgignore (pull request #5)

        .hgignore: Add \.pyc

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -3,3 +3,5 @@
 .cache/
 \.tox/
 .*\.egg-info
+\.pyc
+\.swp
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to