Ignore cache files and generated test reports
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 28 Sep 2018 13:21:06 +0300
changeset 2352 fec90dc70e16
parent 2351 467f6daff4e9
child 2353 8f1a2846b2f5
Ignore cache files and generated test reports
.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$