summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index b29ad6c..20d0b42 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,4 +1,4 @@
\.py[co]
-build
-dist
+(build|dist)/
+.coverage$