Mercurial > hg > vamp-plugin-load-checker
annotate .hgignore @ 49:51a8fe0a03cf
Suspend/resume stdout (as in the Piper simple server) to avoid plugins' own stdout blatherings from interfering with our "return values"
author | Chris Cannam |
---|---|
date | Tue, 02 Oct 2018 11:55:03 +0100 |
parents | c7cb58bb7c1f |
children |
rev | line source |
---|---|
Chris@0 | 1 syntax: glob |
Chris@0 | 2 *~ |
Chris@0 | 3 *.o |
Chris@7 | 4 *.a |
Chris@7 | 5 Makefile* |
Chris@8 | 6 checker-client |
Chris@8 | 7 plugin-checker-helper |
Chris@28 | 8 vamp-plugin-load-checker |
Chris@47 | 9 *.vcxproj* |
Chris@47 | 10 *.sln |
Chris@47 | 11 *.tlog |
Chris@47 | 12 o |
Chris@47 | 13 *.exe |
Chris@47 | 14 *.lib |