view .hgignore @ 621:851c8726696c

More cleanup. Mostly using utils.c* instead of doing things the long way.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 06 May 2011 17:54:24 +0200
parents 74efd0a9c959
children
line wrap: on
line source

syntax: glob

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

syntax: regexp

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