annotate .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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a962496fc9b6 Begin a repo for computing file digests
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
1 syntax: regexp
a962496fc9b6 Begin a repo for computing file digests
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
2
a962496fc9b6 Begin a repo for computing file digests
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
3 (^|/)_venv.*
a962496fc9b6 Begin a repo for computing file digests
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
4 \.py[co]$
28
ffe2d6320f2e Ignore some more names: all things with two leading underscores
Franz Glasner <fzglas.hg@dom66.de>
parents: 0
diff changeset
5 ^dist/
ffe2d6320f2e Ignore some more names: all things with two leading underscores
Franz Glasner <fzglas.hg@dom66.de>
parents: 0
diff changeset
6 ^build/
ffe2d6320f2e Ignore some more names: all things with two leading underscores
Franz Glasner <fzglas.hg@dom66.de>
parents: 0
diff changeset
7 ^py_cutils\.egg\-info/
65
a0cc15de8ae9 FIX: .hgignore
Franz Glasner <fzglas.hg@dom66.de>
parents: 28
diff changeset
8 ^__.*