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

syntax: glob
*.pyc
syntax: glob
*.egg-info
syntax: regexp
^\.settings$
syntax: regexp
^\.coverage$
syntax: regexp
^docs/_build$
syntax: regexp
^dist$
syntax: regexp
^build$
syntax: regexp
^\.tox$