diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | tests/check/pipelines/.cvignore | 1 | ||||
-rw-r--r-- | tests/check/pipelines/.gitignore | 1 |
3 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,13 @@ 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org> + * tests/check/pipelines/.cvignore: + Remove useless file. + + * tests/check/pipelines/.cvsignore: + Add new test to .cvsignore. + +2008-04-03 Sebastian Dröge <slomo@circular-chaos.org> + * tests/check/Makefile.am: * tests/check/pipelines/wavpack.c: (bus_handler), (identity_handoff), (fakesink_handoff), (GST_START_TEST), diff --git a/tests/check/pipelines/.cvignore b/tests/check/pipelines/.cvignore deleted file mode 100644 index ba05b9d8..00000000 --- a/tests/check/pipelines/.cvignore +++ /dev/null @@ -1 +0,0 @@ -simple-launch-lines.c diff --git a/tests/check/pipelines/.gitignore b/tests/check/pipelines/.gitignore index 3efcdc2b..11a2034c 100644 --- a/tests/check/pipelines/.gitignore +++ b/tests/check/pipelines/.gitignore @@ -1,3 +1,4 @@ .dirstamp simple-launch-lines +wavpack *.check.xml |