summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-01-21 07:25:35 +0100
committerGeorg Brandl <georg@python.org>2015-01-21 07:25:35 +0100
commit7b9fa24091fe62a1be03c5c7889ce1ba6248c6a2 (patch)
tree71983549e3296b8ea6dd8dddaf441b6d6b205770 /.hgignore
parent9d2fb86e755d06d68a6352fac284efc1f39ad3fe (diff)
downloadpygments-7b9fa24091fe62a1be03c5c7889ce1ba6248c6a2.tar.gz
Closes #1075: fix docs for @simplefilter.
The function needs a "self" argument since it is used as a method in the automatically created class. No use fixing that in the code, as it kills backwards compatibility.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 509abffa..6fd21b49 100644
--- a/.hgignore
+++ b/.hgignore
@@ -10,5 +10,6 @@ Pygments.egg-info/*
tests/examplefiles/output
.idea/
.tags
+TAGS
tests/.coverage
tests/cover