view .hgignore @ 83:05e2bf4796fd

Add an option "--checklist-allow-distinfo" to allow FreeBSD "distinfo" formatted files as checkfiles. This effectively ignores SIZE() and TIMESTAMP = like lines instead of throwing errors. This allows to use a package's distinfo file directoy as checkfile.
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 10 Mar 2022 16:17:53 +0100
parents a0cc15de8ae9
children
line wrap: on
line source

syntax: regexp

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