annotate .hgignore @ 109:1721c580c10e

* Add a queueing mechanism for Hg actions, instead of refusing to start an action if something else is already happening. This is essential now that actions can be prompted by asynchronous events (e.g. filesystem watcher). * Make Revert behave sensibly
author Chris Cannam
date Fri, 26 Nov 2010 12:48:29 +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