summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 678b57dd72d06c44eaab2057582fc1c8e9f9219d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
syntax: glob

# Files that can appear anywhere in the tree.
*.pyc
*.pyo
*$py.class
*.pyd
*.so
*.bak
.coverage
.coverage.*
*.swp

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

# Stuff in the test directory.
zipmods.zip

# Stuff in the doc directory.
_build
sample_html_beta