view .hgignore @ 628:1fdfc7f03d98

Stop flying when you land.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 07 May 2011 20:30: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/