view .hgignore @ 595:74efd0a9c959

Update .hgignore, use globs where possible
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 19:36:30 +0200
parents 62666b542afe
children
line wrap: on
line source

syntax: glob

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

syntax: regexp

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