diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-04-03 20:21:15 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-04-03 20:21:15 +0000 |
commit | 04951615bbe50874d2a02da3741ec1d284b828fc (patch) | |
tree | b3c6834f953e5c19c159447b8aad642ccc7f61ed | |
parent | ec1a826cc8a74e57a4428b6e957d80034e500528 (diff) |
tests/check/pipelines/.cvignore: Remove useless file.
Original commit message from CVS:
* tests/check/pipelines/.cvignore:
Remove useless file.
* tests/check/pipelines/.cvsignore:
Add new test to .cvsignore.
-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 |