view .hgignore @ 248:13283057a21e

Do not use ".format()" but string concatenation or (when conversion to Unicode is needed) the faster %s method
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 06 Jul 2020 23:38:04 +0200
parents ab3d0326419c
children 0d8c59610d89
line wrap: on
line source

syntax: glob

*.pyc
*.pyo
*.egg-info
build/
dist/
docs/_build/
_venv*/