summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 6661784e3e61cffa956b7fbaa8316df5c08ac85e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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/*.rst
*.py_alt

ziglib