blob: 75a723f4e9fae6f093892cba98b16f3c5521277c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
|