annotate .hgignore @ 373:a694ffa8d461

Filter out compiled programs from the samples and modules directories
author Michael Pavone <pavone@retrodev.com>
date Wed, 12 Aug 2015 19:16:59 -0700
parents 8514a543bece
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
319
8514a543bece Add .hgingore
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1 syntax: glob
8514a543bece Add .hgingore
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
2
8514a543bece Add .hgingore
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
3 *.tp.c
373
a694ffa8d461 Filter out compiled programs from the samples and modules directories
Michael Pavone <pavone@retrodev.com>
parents: 319
diff changeset
4
a694ffa8d461 Filter out compiled programs from the samples and modules directories
Michael Pavone <pavone@retrodev.com>
parents: 319
diff changeset
5 syntax: regexp
a694ffa8d461 Filter out compiled programs from the samples and modules directories
Michael Pavone <pavone@retrodev.com>
parents: 319
diff changeset
6 ^samples/[^.]*$
a694ffa8d461 Filter out compiled programs from the samples and modules directories
Michael Pavone <pavone@retrodev.com>
parents: 319
diff changeset
7 ^modules/[^.]*$