annotate .hgignore @ 1257:f2105c5b0b12 piper

Pull out model creation into the transformer thread run(), so that all communications with the plugin server happen on a single thread. Then make the model accessor wait for them to be created (which still happens right at the start of processing) before returning.
author Chris Cannam
date Mon, 17 Oct 2016 14:18:23 +0100
parents 948203d84888
children 10952e402220
rev   line source
Chris@350 1 syntax: glob
Chris@742 2 Makefile*
Chris@350 3 */Makefile
Chris@351 4 o/*
Chris@350 5 */o/*
Chris@350 6 */tmp_obj/*
Chris@350 7 */tmp_moc/*
Chris@350 8 doc/html/
Chris@350 9 *.o
Chris@350 10 *.so
Chris@350 11 *.so.*
Chris@350 12 *.a
Chris@350 13 *.wav
Chris@350 14 *~
Chris@350 15 *.orig
Chris@350 16 *.rej
Chris@442 17 re:^autom4te\.cache/
Chris@442 18 re:^qrc_sonic-visualiser\.cpp$
Chris@442 19 re:^sonic-visualiser$
Chris@442 20 re:^aclocal\.m4$
Chris@442 21 re:^config\.log$
Chris@442 22 re:^config\.pri$
Chris@442 23 re:^config\.status$
Chris@742 24 *.app
Chris@742 25 Sonic Visualiser*
Chris@742 26 .DS_Store
Chris@742 27 *.stash
Chris@852 28 cov-int/*