beremiz
Clone
Summary
Browse
Changes
Graph
Ignore cache files and generated test reports
2018-09-28, Andrey Skvortsov
fec90dc70e16
Parents
467f6daff4e9
Children
8f1a2846b2f5
Ignore cache files and generated test reports
1 files changed, 3 insertions(+), 0 deletions(-)
+3
-0
.hgignore
--- a/.hgignore Fri Sep 28 13:17:30 2018 +0300
+++ b/.hgignore Fri Sep 28 13:21:06 2018 +0300
@@ -1,6 +1,9 @@
.project
.directory
+.pytest_cache
+.cache
+.coverage_full
syntax: regexp
^tests/.*/build$