annotate .hgignore @ 200:8c8c04bdf0fa

* Separate out the hg test action into two tests, one for plain hg and one with the extension (so can report separately)
author Chris Cannam
date Tue, 04 Jan 2011 12:42:28 +0000
parents 86d04c76e42e
children 39285aa74e4a
rev   line source
jtkorhonen@0 1 syntax: glob
jtkorhonen@0 2 *.core
jtkorhonen@0 3 *.o
jtkorhonen@0 4 *~
jtkorhonen@0 5 *.exe
jtkorhonen@0 6 *.dll
Chris@170 7 *.pyc
Chris@170 8 *.orig
Chris@170 9 *.user
Chris@170 10 moc_*
Chris@170 11 qrc_*
jtkorhonen@0 12 core
Chris@170 13 easyhg
Chris@170 14 debug/easyhg.exe
Chris@170 15 release/easyhg.exe
jtkorhonen@0 16 Makefile
jtkorhonen@0 17 Makefile.Debug
jtkorhonen@0 18 Makefile.Release
jtkorhonen@0 19 hgexplorer.pro.user
jtkorhonen@0 20 object_script.hgexplorer.Debug
jtkorhonen@0 21 object_script.hgexplorer.exe.Release
jtkorhonen@0 22 object_script.hgexplorer.exe.Debug
jtkorhonen@0 23
jtkorhonen@0 24
jtkorhonen@0 25
jtkorhonen@0 26
jtkorhonen@0 27
jtkorhonen@0 28