annotate .hgignore @ 74:10eb97683aa9

* Show branch names even for changes with children, if those children are on a different branch * Pick up remote repo path from local repo via hg paths * Some work towards breaking down files into various groups based on status * Add /usr/local/bin to path for hg (temporary hack I hope)
author Chris Cannam
date Fri, 19 Nov 2010 14:54:19 +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