From bbc7e836f054aea09a1cde23d553a01892ea18c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Meki=C4=87?= Date: Sat, 25 Feb 2017 00:58:18 +0100 Subject: Disk streaming cli option --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c2ab71f..9486c44 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ INSTALL *.o *.a *.la +*.core test_* *.exe Makefile.am.test @@ -73,4 +74,4 @@ plugin/vst/public.sdk/ plugingui/tests/*test *~ \#*\# -.\#* \ No newline at end of file +.\#* -- cgit v1.2.3 From faf80b071b54f2f736df2390171f7b3b939d03c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Meki=C4=87?= Date: Sun, 5 Mar 2017 11:40:07 +0100 Subject: Test diskstreaming CLI --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9486c44..b2d9feb 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ test/semaphoretest test/enginetest test/paintertest test/drumkitcreatortest +test/bytesizeparsertest test/dgreftest/dgreftest test/dgreftest/*.mid test/dgreftest/*.wav -- cgit v1.2.3