annotate .hgignore @ 7:002b955a120a

removed PrintTimer
author Robert McIntyre <rlm@mit.edu>
date Tue, 25 Oct 2011 12:09:15 -0700
parents 59509c585530
children 784a3f4e6202
rev   line source
rlm@0 1
rlm@0 2 syntax: glob
rlm@0 3 .classpath
rlm@0 4 .project
rlm@0 5 .settings*
rlm@0 6 bin*
rlm@2 7 build/*
rlm@1 8 dist*
rlm@1 9 lib*
rlm@7 10 .ant*
rlm@0 11
rlm@7 12