annotate .hgignore @ 5:f5e3ba8cfcd0

Improved test framework
author Ben Croston <ben@croston.org>
date Wed, 31 Aug 2011 22:45:55 +0100
parents 317e6f82c733
children fdddfd434bbd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
Ben Croston <ben@croston.org>
parents:
diff changeset
1 syntax: glob
Ben Croston <ben@croston.org>
parents:
diff changeset
2 *.pyc
Ben Croston <ben@croston.org>
parents:
diff changeset
3 *.*~
Ben Croston <ben@croston.org>
parents:
diff changeset
4 dist/*
Ben Croston <ben@croston.org>
parents:
diff changeset
5 build/*
Ben Croston <ben@croston.org>
parents:
diff changeset
6 distribute*
Ben Croston <ben@croston.org>
parents:
diff changeset
7 *egg-info/*