summaryrefslogtreecommitdiff
path: root/.hgignore
blob: c305fec97b2896bdb16e093029c3b5e0409d5d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# this should only include project specific files. Ignores that are valid for other
# ruamel. projects like e.g. the directory .tox should go in the file pointed to by
# the ui->ignore entry in ~/.hgrc (mercurial doesn't conform to the XDG Base Directory
# Specification):
# [ui]
# ignore = ~/.hgext/hgignore

syntax: glob

# _yaml.so
venv
TODO.rst
try_*
_doc/*.pdf
_doc/*.html
_doc/*.rst
*.py_alt

ziglib