[pypy-commit] pypy default: ignore more local status files

mattip pypy.commits at gmail.com
Thu Jun 15 14:19:50 EDT 2017


Author: Matti Picus <matti.picus at 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
 


More information about the pypy-commit mailing list