view .hgignore @ 604:0a0f2f98594f 0.2

Bump docs version to 0.2
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 20:09:37 +0200
parents 74efd0a9c959
children
line wrap: on
line source

syntax: glob

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

syntax: regexp

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