[pypy-commit] pypy pytest: add pytest-cache dir to hgignore

RonnyPfannschmidt noreply at buildbot.pypy.org
Tue Jan 15 18:48:08 CET 2013


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
Branch: pytest
Changeset: r60088:be293d809c4f
Date: 2013-01-14 01:19 +0100
http://bitbucket.org/pypy/pypy/changeset/be293d809c4f/

Log:	add pytest-cache dir to hgignore

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -7,6 +7,8 @@
 .project
 .pydevproject
 
+\.cache
+
 syntax: regexp
 ^testresult$
 ^site-packages$


More information about the pypy-commit mailing list