Mercurial > hg > sonic-annotator
annotate .hgignore @ 59:52b9d58edb78
Ensure expected output (as well as test output) gets canonicalised before comparison. The test in question still fails -- I think now only because of plugin output ordering changes (prior to svcore rev f3fd2988fc9b it also had picked up some incorrect output feature types)
author | Chris Cannam |
---|---|
date | Mon, 09 Jan 2012 16:30:44 +0000 |
parents | 94d988cef54e |
children | 03b1d83fca29 |
rev | line source |
---|---|
Chris@42 | 1 syntax: glob |
Chris@42 | 2 Makefile |
Chris@42 | 3 */Makefile |
Chris@42 | 4 o/* |
Chris@42 | 5 */o/* |
Chris@42 | 6 */tmp_obj/* |
Chris@42 | 7 */tmp_moc/* |
Chris@42 | 8 doc/html/ |
Chris@42 | 9 *.o |
Chris@42 | 10 *.so |
Chris@42 | 11 *.so.* |
Chris@42 | 12 *.a |
Chris@42 | 13 *.wav |
Chris@42 | 14 *~ |
Chris@42 | 15 *.orig |
Chris@42 | 16 *.rej |