Mercurial > hg > svgui
annotate .hgignore @ 581:c9d6cf9c51c8 sv_v1.8
* Cut off column dialog if there are many columns -- allow user to ignore or take values from all columns past a certain number.
This sort-of fixes #39, but it's problematic if some of the extraneous columns don't contain value data. We really want to handle the case where the final column is a label, at least.
author | Chris Cannam |
---|---|
date | Mon, 04 Apr 2011 15:34:34 +0100 |
parents | 0b0377d471ac |
children |
rev | line source |
---|---|
Chris@564 | 1 syntax: glob |
Chris@564 | 2 Makefile |
Chris@564 | 3 */Makefile |
Chris@565 | 4 o/* |
Chris@564 | 5 */o/* |
Chris@564 | 6 */tmp_obj/* |
Chris@564 | 7 */tmp_moc/* |
Chris@564 | 8 doc/html/ |
Chris@564 | 9 *.o |
Chris@564 | 10 *.so |
Chris@564 | 11 *.so.* |
Chris@564 | 12 *.a |
Chris@564 | 13 *.wav |
Chris@564 | 14 *~ |
Chris@564 | 15 *.orig |
Chris@564 | 16 *.rej |