annotate .hgignore @ 336:2ff1e678e611

Also ignore a venv in the project root
author Franz Glasner <hg@dom66.de>
date Fri, 02 Dec 2022 14:53:29 +0100
parents ed0975c76386
children 57f253106ed6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
8781814174df Files to make a FreeBSD binary package for the tool
Franz Glasner <hg@dom66.de>
parents:
diff changeset
1 syntax: regexp
8781814174df Files to make a FreeBSD binary package for the tool
Franz Glasner <hg@dom66.de>
parents:
diff changeset
2
8781814174df Files to make a FreeBSD binary package for the tool
Franz Glasner <hg@dom66.de>
parents:
diff changeset
3 ^work/
335
ed0975c76386 Ignore also the Python venv to build and test the documentation
Franz Glasner <hg@dom66.de>
parents: 281
diff changeset
4 ^docs/_build/
ed0975c76386 Ignore also the Python venv to build and test the documentation
Franz Glasner <hg@dom66.de>
parents: 281
diff changeset
5 ^docs/_venv.*/
336
2ff1e678e611 Also ignore a venv in the project root
Franz Glasner <hg@dom66.de>
parents: 335
diff changeset
6 ^_venv.*/