Let hg Ignore py.test's .cache directory
authorDenis Laxalde <denis.laxalde@logilab.fr>
Wed, 25 May 2016 09:51:51 +0200
changeset 11272 53fbd5644bff
parent 11271 fd177546bbea
child 11273 c655e19cbc35
Let hg Ignore py.test's .cache directory And drop rule for .svn along the way.
.hgignore
--- a/.hgignore	Fri Apr 15 08:59:53 2016 +0200
+++ b/.hgignore	Wed May 25 09:51:51 2016 +0200
@@ -1,8 +1,8 @@
-\.svn
 ^build$
 ^dist$
 \.egg-info$
 ^.tox$
+^.cache$
 \.pyc$
 \.pyo$
 \.bak$