view .hgignore @ 626:1abb53ae1a6a

More mild refactoring.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 07 May 2011 17:29:10 +0200
parents 74efd0a9c959
children
line wrap: on
line source

syntax: glob

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

syntax: regexp

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