Mercurial > hgrepos > Python > apps > py-cutils
annotate .hgignore @ 375:7044c2900890
FIX: Convert the ultimate parse errors for a .treesum file into a real ValueError.
Do not assert such important runtime errors.
BUGS: Should be a dedicated exception type.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 05 May 2025 09:21:55 +0200 |
| parents | a0cc15de8ae9 |
| children |
| 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 | 8 ^__.* |
