Mercurial > hg > easyhg
annotate .hgignore @ 423:06e5c4f3dd7c
Ensure "this file only" ignore RE is anchored at end
author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> |
---|---|
date | Wed, 22 Jun 2011 17:31:48 +0100 |
parents | 653e9694a694 |
children | d4da9c0809ac |
rev | line source |
---|---|
Chris@222 | 1 syntax: glob |
Chris@222 | 2 *.core |
Chris@222 | 3 *.o |
Chris@222 | 4 *~ |
Chris@222 | 5 *.exe |
Chris@222 | 6 *.dll |
Chris@222 | 7 *.pyc |
Chris@222 | 8 *.orig |
Chris@222 | 9 *.user |
Chris@222 | 10 moc_* |
Chris@222 | 11 qrc_* |
Chris@222 | 12 o/* |
Chris@222 | 13 core |
Chris@222 | 14 easyhg |
Chris@222 | 15 debug/* |
Chris@222 | 16 release/* |
Chris@222 | 17 Makefile |
Chris@222 | 18 Makefile.Debug |
Chris@222 | 19 Makefile.Release |
Chris@222 | 20 *.app/* |
Chris@222 | 21 .DS_Store |
Chris@222 | 22 *.pdb |
Chris@417 | 23 |
Chris@421 | 24 re:^EasyMercurial |
Chris@421 | 25 re:^kdiff3 |