view .hgignore @ 484:0259bd521729

Avoid repeaded string concatenations in .expand_variable(): use a list of string parts and proper indexes into the source string
author Franz Glasner <f.glasner@feldmann-mg.com>
date Fri, 17 Dec 2021 15:55:51 +0100
parents ab3d0326419c
children 0d8c59610d89
line wrap: on
line source

syntax: glob

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