diff options
author | David Schleef <ds@schleef.org> | 2008-01-12 02:32:35 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2008-01-12 02:32:35 +0000 |
commit | 4fa1b883df6c2f9afa79ad1bd80fcef5472f0f8a (patch) | |
tree | 4ac0d9b52c49c577da08925fd076344d6f13a1ff | |
parent | c2dddd0201c8eafb89219defe186904a5c4ee102 (diff) |
Ignore more files for the buildbot.
Original commit message from CVS:
* docs/plugins/.cvsignore:
* tests/check/pipelines/.cvsignore:
Ignore more files for the buildbot.
-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 |