annotate .hgignore @ 10:77446cd3ea6f

Move the digest generation loop from "main()" into an own function "generate_digests()". This is to prepare for proper "--check" support in the future.
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 04 Dec 2020 16:10:41 +0100
parents a962496fc9b6
children ffe2d6320f2e
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]$
a962496fc9b6 Begin a repo for computing file digests
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
5