view .hgignore @ 105:b0631f320efd

Implement "--follow-symlinks" to allow to control whether to follow directory symlinks
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 29 May 2022 01:06:25 +0200
parents a0cc15de8ae9
children
line wrap: on
line source

syntax: regexp

(^|/)_venv.*
\.py[co]$
^dist/
^build/
^py_cutils\.egg\-info/
^__.*