Mercurial > hg > svcore
annotate .hgignore @ 1143:d649818fc249
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 | ba986753c3dd |
children |
rev | line source |
---|---|
Chris@636 | 1 syntax: glob |
Chris@636 | 2 Makefile |
Chris@636 | 3 */Makefile |
Chris@649 | 4 o/* |
Chris@636 | 5 */o/* |
Chris@636 | 6 */tmp_obj/* |
Chris@636 | 7 */tmp_moc/* |
Chris@636 | 8 doc/html/ |
Chris@636 | 9 *.o |
Chris@636 | 10 *.so |
Chris@636 | 11 *.so.* |
Chris@636 | 12 *.a |
Chris@636 | 13 *.wav |
Chris@636 | 14 *~ |
Chris@636 | 15 *.orig |
Chris@636 | 16 *.rej |