diff .hgignore @ 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 2917d2be0106
children 19a9f02443c8
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__$