diff options
author | Benjamin Otte <otte@gnome.org> | 2004-01-12 16:53:23 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-01-12 16:53:23 +0000 |
commit | a5bb704036327fd449ffe40b1c421895543440c1 (patch) | |
tree | b8ad393e1325e043913ce472c33c884da544e3fa /testsuite | |
parent | 7033cbac89279d92a4653ac1cfdc2718ce0a94c9 (diff) |
update - this is huge, because it includes *.bb, *.bbg and *.da files which are generated for gcov.
Original commit message from CVS:
2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
* examples/cutter/.cvsignore:
* examples/helloworld/.cvsignore:
* examples/launch/.cvsignore:
* examples/manual/.cvsignore:
* examples/mixer/.cvsignore:
* examples/pingpong/.cvsignore:
* examples/plugins/.cvsignore:
* examples/queue/.cvsignore:
* examples/queue2/.cvsignore:
* examples/queue3/.cvsignore:
* examples/queue4/.cvsignore:
* examples/retag/.cvsignore:
* examples/thread/.cvsignore:
* examples/typefind/.cvsignore:
* examples/xml/.cvsignore:
* gst/.cvsignore:
* gst/autoplug/.cvsignore:
* gst/elements/.cvsignore:
* gst/indexers/.cvsignore:
* gst/parse/.cvsignore:
* gst/registries/.cvsignore:
* gst/schedulers/.cvsignore:
* libs/gst/bytestream/.cvsignore:
* libs/gst/control/.cvsignore:
* libs/gst/getbits/.cvsignore:
* tests/.cvsignore:
* tests/bufspeed/.cvsignore:
* tests/instantiate/.cvsignore:
* tests/memchunk/.cvsignore:
* tests/muxing/.cvsignore:
* tests/sched/.cvsignore:
* tests/seeking/.cvsignore:
* tests/threadstate/.cvsignore:
* testsuite/.cvsignore:
* testsuite/caps/.cvsignore:
* testsuite/cleanup/.cvsignore:
* testsuite/dynparams/.cvsignore:
* testsuite/plugin/.cvsignore:
* tools/.cvsignore:
update - this is huge, because it includes *.bb, *.bbg and *.da files
which are generated for gcov.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/.gitignore | 3 | ||||
-rw-r--r-- | testsuite/caps/.gitignore | 7 | ||||
-rw-r--r-- | testsuite/cleanup/.gitignore | 9 | ||||
-rw-r--r-- | testsuite/dynparams/.gitignore | 5 | ||||
-rw-r--r-- | testsuite/plugin/.gitignore | 3 |
5 files changed, 27 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 7dd4e39eb..fdfe2eb7d 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -8,3 +8,6 @@ Makefile.in test-registry.xml elementstest-registry.xml threadstest-registry.xml +*.bb +*.bbg +*.da diff --git a/testsuite/caps/.gitignore b/testsuite/caps/.gitignore index e1b1bf846..75f6cf76c 100644 --- a/testsuite/caps/.gitignore +++ b/testsuite/caps/.gitignore @@ -3,9 +3,14 @@ Makefile.in *.o *.lo *.la +*.bb +*.bbg +*.da .deps .libs +app_fixate +caps compatibility intersection normalisation @@ -13,3 +18,5 @@ union fixed string-conversions intersect2 +value_compare +value_intersect diff --git a/testsuite/cleanup/.gitignore b/testsuite/cleanup/.gitignore index 5d45c6c3f..21be5cc59 100644 --- a/testsuite/cleanup/.gitignore +++ b/testsuite/cleanup/.gitignore @@ -1 +1,10 @@ test-registry.xml +*.bb +*.bbg +*.da + +cleanup1 +cleanup2 +cleanup3 +cleanup4 +cleanup5 diff --git a/testsuite/dynparams/.gitignore b/testsuite/dynparams/.gitignore new file mode 100644 index 000000000..f853c17ab --- /dev/null +++ b/testsuite/dynparams/.gitignore @@ -0,0 +1,5 @@ +*.bb +*.bbg +*.da + +dparamstest diff --git a/testsuite/plugin/.gitignore b/testsuite/plugin/.gitignore index 2532427ae..bd44ca109 100644 --- a/testsuite/plugin/.gitignore +++ b/testsuite/plugin/.gitignore @@ -11,3 +11,6 @@ loading registry static static2 +*.bb +*.bbg +*.da |