# HG changeset patch # User Denis Laxalde # Date 1464162711 -7200 # Node ID 53fbd5644bffe8f0e97801c20b30e16a6ae51132 # Parent fd177546bbea9fbf34f6b8639fd3f35d68b9d7fe Let hg Ignore py.test's .cache directory And drop rule for .svn along the way. diff -r fd177546bbea -r 53fbd5644bff .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$