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

Mads Kiilerich mads at kiilerich.com
Fri Apr 24 20:43:06 EDT 2015


On 04/24/2015 10:29 PM, Ronny Pfannschmidt wrote:
> # 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

What is pytest-cache and why should we care? I haven't seen any such folder.

/Mads


>
> 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$
>
>
> _______________________________________________
> kallithea-general mailing list
> kallithea-general at sfconservancy.org
> http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sfconservancy.org/pipermail/kallithea-general/attachments/20150425/53261afe/attachment.html>


More information about the kallithea-general mailing list