.gitignore | 2 ++ src/.gitignore | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-)
New commits: commit 3c547194fc22218e713ce837f08c03499c1740cf Author: Arun Raghavan <[email protected]> Date: Fri Oct 21 10:07:31 2011 +0530 gitignore: Update for recent additions Adds echo-cancel-test and new cmake files diff --git a/.gitignore b/.gitignore index 0637904..9290ad2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ intltool-update.in *~ *.tar.gz *.pc +PulseAudioConfig.cmake +PulseAudioConfigVersion.cmake Makefile Makefile.in aclocal.m4 diff --git a/src/.gitignore b/src/.gitignore index 1e1822d..51a1452 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -23,7 +23,7 @@ cpulimit-test cpulimit-test2 daemon.conf default.pa -system.pa +echo-cancel-test esdcompat flist-test gconf-helper @@ -57,6 +57,7 @@ smoother-test stripnul strlist-test sync-playback +system.pa thread-mainloop-test thread-test utf8-test _______________________________________________ pulseaudio-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits
