changeset 7455:42163501d6b5

hgignore: .pytest_cache This directory is created by py.test and contains for example information about latest failures.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 23 Dec 2018 21:16:07 +0100
parents e5406853e12c
children 39f81c536ad4
files .hgignore
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sun Dec 23 21:16:07 2018 +0100
+++ b/.hgignore	Sun Dec 23 21:16:07 2018 +0100
@@ -32,4 +32,5 @@
 ^fabfile.py
 ^\.idea$
 ^\.cache$
+^\.pytest_cache$
 /__pycache__$