[PATCH] ignore the .cache folder created by pytest-cache

Ronny Pfannschmidt opensource at ronnypfannschmidt.de
Fri Apr 24 16:29:46 EDT 2015


# HG changeset patch
# User Ronny Pfannschmidt <opensource at ronnypfannschmidt.de>
# Date 1429907346 -7200
#      Fri Apr 24 22:29:06 2015 +0200
# Node ID 928f5cbc25bf09f18498e278fdb978fbc6194dee
# Parent  30419d563fb96eeb58cae4dd65781af71b36b264
ignore the .cache folder created by pytest-cache

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -21,6 +21,7 @@ syntax: regexp
 ^\.project$
 ^\.pydevproject$
 ^\.coverage$
+^.cache/
 ^kallithea\.db$
 ^test\.db$
 ^Kallithea\.egg-info$
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kallithea.patch
Type: text/x-patch
Size: 502 bytes
Desc: not available
URL: <http://lists.sfconservancy.org/pipermail/kallithea-general/attachments/20150424/dd0e1a9a/attachment.bin>


More information about the kallithea-general mailing list