view .hgignore @ 631:672e6e7ecfe9

Update url
author Neil Muller <drnlmuller@gmail.com>
date Tue, 17 Mar 2020 22:40:45 +0200
parents 74efd0a9c959
children
line wrap: on
line source

syntax: glob

*.pyc
*~
.*.swp
._*
.DS_Store
.~lock.*#

syntax: regexp

^dist/
^build/
^docs/_build/
^.*\.egg-info/