From 76dc9ac5f9437268bc167bc681168ef2c1f7420b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 18 Feb 2009 22:27:55 +0100 Subject: test: added command line test program for pcm_volume.c This program is a simple utility for debugging and benchmarking the software volume code. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 61e2f163..0a99b290 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ *.lo *.o .deps +.dirstamp Makefile Makefile.in aclocal.m4 @@ -38,3 +39,4 @@ tags doc/protocol.html doc/protocol doc/api +test/software_volume -- cgit v1.2.3