view .hgignore @ 614:bc793415259c

Script for generating gource videos of commits.
author Simon Cross <hodgestar@gmail.com>
date Sun, 24 Apr 2011 20:46:06 +0200
parents 74efd0a9c959
children
line wrap: on
line source

syntax: glob

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

syntax: regexp

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