annotate .hgignore @ 41:94bbc4b30b2a

Handle filenames starting with "-" Such filenames are mistaken for command line options, unless we tell Mercurial to stop processing command line options with the special "--" option.
author Martin Geisler <mg@aragost.com>
date Thu, 24 Jun 2010 11:38:50 +0200
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