view .hgignore @ 616:37c1d9958c54

Clean up TODO.txt file a bit.
author Simon Cross <hodgestar@gmail.com>
date Wed, 04 May 2011 01:32:16 +0200
parents 74efd0a9c959
children
line wrap: on
line source

syntax: glob

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

syntax: regexp

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