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

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

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

# Stuff in the test directory.
zipmods.zip