Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r91610:52f2b6e7ff47
Date: 2017-06-15 20:26 +0300
http://bitbucket.org/pypy/pypy/changeset/52f2b6e7ff47/

Log:    ignore more local status files

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -8,6 +8,8 @@
 .pydevproject
 __pycache__
 
+.cache/
+.gdb_history
 syntax: regexp
 ^testresult$
 ^site-packages$
@@ -85,7 +87,6 @@
 .hypothesis/
 ^release/
 ^rpython/_cache$
-^\.cache$
 
 pypy/module/cppyy/.+/*\.pcm
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to