diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | docs/plugins/.gitignore | 1 | ||||
-rw-r--r-- | tests/check/pipelines/.gitignore | 3 |
3 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-01-11 David Schleef <ds@schleef.org> + + * docs/plugins/.cvsignore: + * tests/check/pipelines/.cvsignore: + Ignore more files for the buildbot. + 2008-01-11 Jan Schmidt <Jan.Schmidt@sun.com> * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer): diff --git a/docs/plugins/.gitignore b/docs/plugins/.gitignore index 698d8d11..d3aa67f9 100644 --- a/docs/plugins/.gitignore +++ b/docs/plugins/.gitignore @@ -3,6 +3,7 @@ Makefile.in *-decl.txt *-decl-list.txt +*-undeclared.txt *-undocumented.txt *-unused.txt *-overrides.txt diff --git a/tests/check/pipelines/.gitignore b/tests/check/pipelines/.gitignore new file mode 100644 index 00000000..3efcdc2b --- /dev/null +++ b/tests/check/pipelines/.gitignore @@ -0,0 +1,3 @@ +.dirstamp +simple-launch-lines +*.check.xml |