view .hgignore @ 617:2cd713ec8d59

Mark dialogue wrapping bug as fixed.
author Simon Cross <hodgestar@gmail.com>
date Wed, 04 May 2011 01:33:49 +0200
parents 74efd0a9c959
children
line wrap: on
line source

syntax: glob

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

syntax: regexp

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