summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-11-10 19:58:20 +0100
committerGeorg Brandl <georg@python.org>2014-11-10 19:58:20 +0100
commita19ef4021199452b304431a8a3a53078f4ca4fb4 (patch)
treebac9f13dd2321d7e6bef5ce0e1047f79f5b34870 /.hgignore
parent02217d4da9afd61b258265b62a755280990fb3e9 (diff)
downloadpygments-a19ef4021199452b304431a8a3a53078f4ca4fb4.tar.gz
Bring coverage testing up to scratch. Add "pragma: no cover" to __main__ blocks.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index a70d8593..509abffa 100644
--- a/.hgignore
+++ b/.hgignore
@@ -10,3 +10,5 @@ Pygments.egg-info/*
tests/examplefiles/output
.idea/
.tags
+tests/.coverage
+tests/cover