summaryrefslogtreecommitdiff
path: root/.hgignore
blob: f03a73003113e50fa570eeec5e2d3d6ab9252ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(^|/)\.svn($|/)
(^|/)\.hg($|/)
(^|/)\.hgtags($|/)
^log$
\.pyc$
\.pyo$
^build$
^doc/_build
^dist/
^pylint.egg-info/
.tox
(^|/)\..*\.sw[a-z]$