summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 509abffacd03934682dff1368c361a340269092f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
syntax: glob
*.pyc
*.pyo
*.egg
build/*
dist/*
doc/_build
Pygments.egg-info/*
.ropeproject
tests/examplefiles/output
.idea/
.tags
tests/.coverage
tests/cover