view .hgignore @ 618:72865593bdc7

Make DEBUG an environment variable.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 06 May 2011 15:20:25 +0200
parents 74efd0a9c959
children
line wrap: on
line source

syntax: glob

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

syntax: regexp

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