view .hgignore @ 624:83569a6b3ad8

Fix StartingDoorway and velocity clamping.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 07 May 2011 14:40:04 +0200
parents 74efd0a9c959
children
line wrap: on
line source

syntax: glob

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

syntax: regexp

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