summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 4a860f79b3eef898ad9964f8457e17273074935f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
syntax: glob

# Files that can appear anywhere in the tree.
*.pyc
*.pyo
*.pyd
*.bak
.coverage
.coverage.*

# Stuff in the root.
build
coverage.egg-info
dist
htmlcov
MANIFEST
setuptools-*.egg

# Stuff in the test directory.
zipmods.zip