Mercurial > hg > easyhg
annotate .hgignore @ 643:0e0844310914
Add --version or -v option
| author | Chris Cannam | 
|---|---|
| date | Mon, 07 Jan 2013 10:53:48 +0000 | 
| parents | 41a156d439d0 | 
| children | 68494beada6e | 
| rev | line source | 
|---|---|
| Chris@494 | 1 syntax: glob | 
| Chris@494 | 2 *.core | 
| Chris@494 | 3 *.o | 
| Chris@494 | 4 *~ | 
| Chris@494 | 5 *.exe | 
| Chris@494 | 6 *.dll | 
| Chris@494 | 7 *.pyc | 
| Chris@494 | 8 *.orig | 
| Chris@494 | 9 *.user | 
| Chris@494 | 10 moc_* | 
| Chris@494 | 11 qrc_* | 
| Chris@494 | 12 o/* | 
| Chris@494 | 13 core | 
| Chris@494 | 14 easyhg | 
| Chris@494 | 15 debug/* | 
| Chris@494 | 16 release/* | 
| Chris@494 | 17 Makefile | 
| Chris@494 | 18 Makefile.Debug | 
| Chris@494 | 19 Makefile.Release | 
| Chris@494 | 20 *.app/* | 
| Chris@494 | 21 .DS_Store | 
| Chris@494 | 22 *.pdb | 
| Chris@494 | 23 re:^EasyMercurial$ | 
| Chris@494 | 24 re:^kdiff3$ | 
| Chris@494 | 25 re:^_UpgradeReport_Files/ | 
| Chris@467 | 26 *.dmg | 
| Chris@467 | 27 *.xcodeproj | 
| Chris@467 | 28 *.bak | 
