view .hgignore @ 67:19893b4f42a5

Flag to disable the use of mmap
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 26 Feb 2022 14:08:24 +0100
parents a0cc15de8ae9
children
line wrap: on
line source

syntax: regexp

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