annotate .hgignore @ 145:644bd31e8301

* Include the uncommitted item in general graph layout (in case it is not at the head, when other items will need to avoid it)
author Chris Cannam
date Wed, 01 Dec 2010 17:41:14 +0000
parents a9098eba2ee5
children 86d04c76e42e
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
jtkorhonen@0 7 moc_*.cpp
jtkorhonen@0 8 qrc_hgexplorer.cpp
jtkorhonen@0 9 core
jtkorhonen@0 10 hgexplorer
jtkorhonen@0 11 debug/hgexplorer.exe
jtkorhonen@0 12 Makefile
jtkorhonen@0 13 Makefile.Debug
jtkorhonen@0 14 Makefile.Release
jtkorhonen@0 15 hgexplorer.pro.user
jtkorhonen@0 16 object_script.hgexplorer.Debug
jtkorhonen@0 17 object_script.hgexplorer.exe.Release
jtkorhonen@0 18 object_script.hgexplorer.exe.Debug
jtkorhonen@0 19
jtkorhonen@0 20
jtkorhonen@0 21
jtkorhonen@0 22
jtkorhonen@0 23
jtkorhonen@0 24