Mercurial > hg > easyhg
annotate .hgignore @ 202:3d4291d4226c
* Treat command failure on hg heads as a success, so that following actions happen properly (hg heads fails on empty repo)
* Hide no-modifications-yet label when widget is first created, show it only if it would actually be true
* Set directory name to window title
* Various textual fixes
author | Chris Cannam |
---|---|
date | Tue, 04 Jan 2011 14:31:22 +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 |