Mercurial > hg > sonic-annotator
annotate .hgignore @ 208:c17b184c16db
Update JAMS output to JAMS v0.2.0. We now (for the first time?!) write actual JAMS schema-compliant output when possible, though it isn't possible for many types of plugin. The output for all tested combinations of transforms is valid JSON even where it isn't schema-compliant.
author | Chris Cannam |
---|---|
date | Wed, 04 Nov 2015 10:07:29 +0000 |
parents | e6379b2e1c5c |
children | 0ea0f36cc576 |
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 *~ |
Chris@42 | 14 *.orig |
Chris@42 | 15 *.rej |
Chris@95 | 16 cov-int |