diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-10-21 10:07:31 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-10-21 10:07:31 +0530 |
commit | 3c547194fc22218e713ce837f08c03499c1740cf (patch) | |
tree | db4705f97408d31ce6c997b36e60a049c9338dc9 | |
parent | 9af153574cdc4718f5c9901d23dae003478558dd (diff) |
gitignore: Update for recent additions
Adds echo-cancel-test and new cmake files
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | src/.gitignore | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0637904b7..9290ad25e 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 1e1822de2..51a1452d3 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 |