view .hgignore @ 609:e620182ab53c

r608 screenshots
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 21:24:42 +0200
parents 74efd0a9c959
children
line wrap: on
line source

syntax: glob

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

syntax: regexp

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