summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2015-10-14 09:17:31 -0700
committerTim Hatch <tim@timhatch.com>2015-10-14 09:17:31 -0700
commite12b7b0bd6d32a18dea3560924c4617552920209 (patch)
tree768380e28cac1b38188a0f037eba38e82dd5d15f /.hgignore
parent61d57112fb74a3362244106bb94814394e0d4de9 (diff)
parent27ae3b8790648f354e2da3f0a71193f322ef8ddd (diff)
downloadpygments-e12b7b0bd6d32a18dea3560924c4617552920209.tar.gz
Merged in VincentZurczak/pygments-main (pull request #449)
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore16
1 files changed, 9 insertions, 7 deletions
diff --git a/.hgignore b/.hgignore
index 17e6d700..8d700f99 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,16 +1,18 @@
syntax: glob
+*.egg
*.pyc
*.pyo
-*.egg
-build/*
-dist/*
-doc/_build
-Pygments.egg-info/*
-.ropeproject
-tests/examplefiles/output
.idea/
+.ropeproject
.project
.tags
+.tox
+Pygments.egg-info/*
+TAGS
+build/*
+dist/*
+doc/_build
TAGS
tests/.coverage
tests/cover
+tests/examplefiles/output