view .hgignore @ 603:01b8cce8a02a

Added tag 0.2 for changeset 03445a502b26
author Simon Cross <hodgestar@gmail.com>
date Sun, 10 Apr 2011 20:07:35 +0200
parents 74efd0a9c959
children
line wrap: on
line source

syntax: glob

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

syntax: regexp

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