# HG changeset patch # User Ronny Pfannschmidt <[email protected]> # 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$
# HG changeset patch # User Ronny Pfannschmidt <[email protected]> # 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$
_______________________________________________ kallithea-general mailing list [email protected] http://lists.sfconservancy.org/mailman/listinfo/kallithea-general
