From: Benjamin Otte Date: Mon, 12 Jan 2004 16:53:23 +0000 (+0000) Subject: update - this is huge, because it includes *.bb, *.bbg and *.da files which are gener... X-Git-Tag: freedesktop-RELEASE-0.10.36~8043 X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fgstreamer0-10.git;a=commitdiff_plain;h=a5bb704036327fd449ffe40b1c421895543440c1 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 * 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. --- diff --git a/ChangeLog b/ChangeLog index 0e71a8e71..0f7f354d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +2004-01-12 Benjamin Otte + + * 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. + 2004-01-11 David Schleef,,, * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add diff --git a/examples/cutter/.gitignore b/examples/cutter/.gitignore index 8a4f2817a..d1442f38e 100644 --- a/examples/cutter/.gitignore +++ b/examples/cutter/.gitignore @@ -1 +1,4 @@ cutter +*.bb +*.bbg +*.da diff --git a/examples/helloworld/.gitignore b/examples/helloworld/.gitignore index 31e0fce56..5fffd1801 100644 --- a/examples/helloworld/.gitignore +++ b/examples/helloworld/.gitignore @@ -1 +1,4 @@ helloworld +*.bb +*.bbg +*.da diff --git a/examples/launch/.gitignore b/examples/launch/.gitignore index 62d17ea57..6654cce4b 100644 --- a/examples/launch/.gitignore +++ b/examples/launch/.gitignore @@ -1,2 +1,5 @@ mp3play mp3parselaunch +*.bb +*.bbg +*.da diff --git a/examples/manual/.gitignore b/examples/manual/.gitignore index cf7c6e5b6..0ebfcdbb4 100644 --- a/examples/manual/.gitignore +++ b/examples/manual/.gitignore @@ -24,3 +24,6 @@ xml xmlTest.gst README +*.bb +*.bbg +*.da diff --git a/examples/mixer/.gitignore b/examples/mixer/.gitignore index c10f81233..0ba058504 100644 --- a/examples/mixer/.gitignore +++ b/examples/mixer/.gitignore @@ -1,2 +1,5 @@ helloworld mixer +*.bb +*.bbg +*.da diff --git a/examples/pingpong/.gitignore b/examples/pingpong/.gitignore index cd6d8d3dc..53dd62463 100644 --- a/examples/pingpong/.gitignore +++ b/examples/pingpong/.gitignore @@ -7,3 +7,6 @@ Makefile.in .libs pingpong +*.bb +*.bbg +*.da diff --git a/examples/plugins/.gitignore b/examples/plugins/.gitignore index 08f5ed37d..1eec6ddd7 100644 --- a/examples/plugins/.gitignore +++ b/examples/plugins/.gitignore @@ -5,3 +5,6 @@ Makefile.in *.la .deps .libs +*.bb +*.bbg +*.da diff --git a/examples/queue/.gitignore b/examples/queue/.gitignore index 1fff7bcee..80ea86687 100644 --- a/examples/queue/.gitignore +++ b/examples/queue/.gitignore @@ -1 +1,4 @@ queue +*.bb +*.bbg +*.da diff --git a/examples/queue2/.gitignore b/examples/queue2/.gitignore index 03786f364..fcbde9353 100644 --- a/examples/queue2/.gitignore +++ b/examples/queue2/.gitignore @@ -1 +1,4 @@ queue2 +*.bb +*.bbg +*.da diff --git a/examples/queue3/.gitignore b/examples/queue3/.gitignore index 893afcd98..7e70b37ff 100644 --- a/examples/queue3/.gitignore +++ b/examples/queue3/.gitignore @@ -1 +1,4 @@ queue3 +*.bb +*.bbg +*.da diff --git a/examples/queue4/.gitignore b/examples/queue4/.gitignore index 127824e9a..7e190c534 100644 --- a/examples/queue4/.gitignore +++ b/examples/queue4/.gitignore @@ -1 +1,4 @@ queue4 +*.bb +*.bbg +*.da diff --git a/examples/retag/.gitignore b/examples/retag/.gitignore index a54ae58a5..194811372 100644 --- a/examples/retag/.gitignore +++ b/examples/retag/.gitignore @@ -1,2 +1,5 @@ retag transcode +*.bb +*.bbg +*.da diff --git a/examples/thread/.gitignore b/examples/thread/.gitignore index 8502cd465..74051926d 100644 --- a/examples/thread/.gitignore +++ b/examples/thread/.gitignore @@ -1 +1,4 @@ thread +*.bb +*.bbg +*.da diff --git a/examples/typefind/.gitignore b/examples/typefind/.gitignore index 38bc2d7d1..6c4ae0478 100644 --- a/examples/typefind/.gitignore +++ b/examples/typefind/.gitignore @@ -1 +1,4 @@ typefind +*.bb +*.bbg +*.da diff --git a/examples/xml/.gitignore b/examples/xml/.gitignore index 225a4c968..7b9745aa5 100644 --- a/examples/xml/.gitignore +++ b/examples/xml/.gitignore @@ -1,3 +1,6 @@ createxml runxml xmlTest.gst +*.bb +*.bbg +*.da diff --git a/gst/.gitignore b/gst/.gitignore index 9e31d3e58..a542f1db8 100644 --- a/gst/.gitignore +++ b/gst/.gitignore @@ -11,3 +11,6 @@ gstmarshal.h gstenumtypes.h gstenumtypes.c gstconfig.h +*.bb +*.bbg +*.da diff --git a/gst/autoplug/.gitignore b/gst/autoplug/.gitignore index 7a63023a4..0c570a910 100644 --- a/gst/autoplug/.gitignore +++ b/gst/autoplug/.gitignore @@ -1,2 +1,5 @@ autoplugtest spidertest +*.bb +*.bbg +*.da diff --git a/gst/elements/.gitignore b/gst/elements/.gitignore index 08f5ed37d..1eec6ddd7 100644 --- a/gst/elements/.gitignore +++ b/gst/elements/.gitignore @@ -5,3 +5,6 @@ Makefile.in *.la .deps .libs +*.bb +*.bbg +*.da diff --git a/gst/indexers/.gitignore b/gst/indexers/.gitignore new file mode 100644 index 000000000..ca7417af4 --- /dev/null +++ b/gst/indexers/.gitignore @@ -0,0 +1,3 @@ +*.bb +*.bbg +*.da diff --git a/gst/parse/.gitignore b/gst/parse/.gitignore index f5b279ea7..78ceda0bf 100644 --- a/gst/parse/.gitignore +++ b/gst/parse/.gitignore @@ -5,3 +5,6 @@ grammar.tab.h lex.yy.c parse.c lex._gst_parse_yy.c +*.bb +*.bbg +*.da diff --git a/gst/registries/.gitignore b/gst/registries/.gitignore new file mode 100644 index 000000000..968c97044 --- /dev/null +++ b/gst/registries/.gitignore @@ -0,0 +1,4 @@ +registrytest +*.bb +*.bbg +*.da diff --git a/gst/schedulers/.gitignore b/gst/schedulers/.gitignore new file mode 100644 index 000000000..ca7417af4 --- /dev/null +++ b/gst/schedulers/.gitignore @@ -0,0 +1,3 @@ +*.bb +*.bbg +*.da diff --git a/libs/gst/bytestream/.gitignore b/libs/gst/bytestream/.gitignore new file mode 100644 index 000000000..ca7417af4 --- /dev/null +++ b/libs/gst/bytestream/.gitignore @@ -0,0 +1,3 @@ +*.bb +*.bbg +*.da diff --git a/libs/gst/control/.gitignore b/libs/gst/control/.gitignore new file mode 100644 index 000000000..ca7417af4 --- /dev/null +++ b/libs/gst/control/.gitignore @@ -0,0 +1,3 @@ +*.bb +*.bbg +*.da diff --git a/libs/gst/getbits/.gitignore b/libs/gst/getbits/.gitignore new file mode 100644 index 000000000..ca7417af4 --- /dev/null +++ b/libs/gst/getbits/.gitignore @@ -0,0 +1,3 @@ +*.bb +*.bbg +*.da diff --git a/plugins/elements/.gitignore b/plugins/elements/.gitignore index 08f5ed37d..1eec6ddd7 100644 --- a/plugins/elements/.gitignore +++ b/plugins/elements/.gitignore @@ -5,3 +5,6 @@ Makefile.in *.la .deps .libs +*.bb +*.bbg +*.da diff --git a/plugins/indexers/.gitignore b/plugins/indexers/.gitignore new file mode 100644 index 000000000..ca7417af4 --- /dev/null +++ b/plugins/indexers/.gitignore @@ -0,0 +1,3 @@ +*.bb +*.bbg +*.da diff --git a/tests/.gitignore b/tests/.gitignore index 5e033ff13..db17ff7c9 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -37,3 +37,6 @@ paramunits faketest events lat +*.bb +*.bbg +*.da diff --git a/tests/bufspeed/.gitignore b/tests/bufspeed/.gitignore index bae42c55f..d988f8202 100644 --- a/tests/bufspeed/.gitignore +++ b/tests/bufspeed/.gitignore @@ -1,2 +1,5 @@ test1 test2 +*.bb +*.bbg +*.da diff --git a/tests/instantiate/.gitignore b/tests/instantiate/.gitignore index 54ab51047..53dab6bd3 100644 --- a/tests/instantiate/.gitignore +++ b/tests/instantiate/.gitignore @@ -7,3 +7,6 @@ Makefile.in .libs create +*.bb +*.bbg +*.da diff --git a/tests/memchunk/.gitignore b/tests/memchunk/.gitignore index e6f0d8e3a..bb15520f0 100644 --- a/tests/memchunk/.gitignore +++ b/tests/memchunk/.gitignore @@ -1,2 +1,5 @@ gmemchunktest gstmemchunktest +*.bb +*.bbg +*.da diff --git a/tests/muxing/.gitignore b/tests/muxing/.gitignore index 4cc229302..c119aa6c0 100644 --- a/tests/muxing/.gitignore +++ b/tests/muxing/.gitignore @@ -8,3 +8,6 @@ Makefile.in *.xml *.gst case1 +*.bb +*.bbg +*.da diff --git a/tests/old/examples/cutter/.gitignore b/tests/old/examples/cutter/.gitignore index 8a4f2817a..d1442f38e 100644 --- a/tests/old/examples/cutter/.gitignore +++ b/tests/old/examples/cutter/.gitignore @@ -1 +1,4 @@ cutter +*.bb +*.bbg +*.da diff --git a/tests/old/examples/helloworld/.gitignore b/tests/old/examples/helloworld/.gitignore index 31e0fce56..5fffd1801 100644 --- a/tests/old/examples/helloworld/.gitignore +++ b/tests/old/examples/helloworld/.gitignore @@ -1 +1,4 @@ helloworld +*.bb +*.bbg +*.da diff --git a/tests/old/examples/launch/.gitignore b/tests/old/examples/launch/.gitignore index 62d17ea57..6654cce4b 100644 --- a/tests/old/examples/launch/.gitignore +++ b/tests/old/examples/launch/.gitignore @@ -1,2 +1,5 @@ mp3play mp3parselaunch +*.bb +*.bbg +*.da diff --git a/tests/old/examples/manual/.gitignore b/tests/old/examples/manual/.gitignore index cf7c6e5b6..0ebfcdbb4 100644 --- a/tests/old/examples/manual/.gitignore +++ b/tests/old/examples/manual/.gitignore @@ -24,3 +24,6 @@ xml xmlTest.gst README +*.bb +*.bbg +*.da diff --git a/tests/old/examples/mixer/.gitignore b/tests/old/examples/mixer/.gitignore index c10f81233..0ba058504 100644 --- a/tests/old/examples/mixer/.gitignore +++ b/tests/old/examples/mixer/.gitignore @@ -1,2 +1,5 @@ helloworld mixer +*.bb +*.bbg +*.da diff --git a/tests/old/examples/pingpong/.gitignore b/tests/old/examples/pingpong/.gitignore index cd6d8d3dc..53dd62463 100644 --- a/tests/old/examples/pingpong/.gitignore +++ b/tests/old/examples/pingpong/.gitignore @@ -7,3 +7,6 @@ Makefile.in .libs pingpong +*.bb +*.bbg +*.da diff --git a/tests/old/examples/plugins/.gitignore b/tests/old/examples/plugins/.gitignore index 08f5ed37d..1eec6ddd7 100644 --- a/tests/old/examples/plugins/.gitignore +++ b/tests/old/examples/plugins/.gitignore @@ -5,3 +5,6 @@ Makefile.in *.la .deps .libs +*.bb +*.bbg +*.da diff --git a/tests/old/examples/queue/.gitignore b/tests/old/examples/queue/.gitignore index 1fff7bcee..80ea86687 100644 --- a/tests/old/examples/queue/.gitignore +++ b/tests/old/examples/queue/.gitignore @@ -1 +1,4 @@ queue +*.bb +*.bbg +*.da diff --git a/tests/old/examples/queue2/.gitignore b/tests/old/examples/queue2/.gitignore index 03786f364..fcbde9353 100644 --- a/tests/old/examples/queue2/.gitignore +++ b/tests/old/examples/queue2/.gitignore @@ -1 +1,4 @@ queue2 +*.bb +*.bbg +*.da diff --git a/tests/old/examples/queue3/.gitignore b/tests/old/examples/queue3/.gitignore index 893afcd98..7e70b37ff 100644 --- a/tests/old/examples/queue3/.gitignore +++ b/tests/old/examples/queue3/.gitignore @@ -1 +1,4 @@ queue3 +*.bb +*.bbg +*.da diff --git a/tests/old/examples/queue4/.gitignore b/tests/old/examples/queue4/.gitignore index 127824e9a..7e190c534 100644 --- a/tests/old/examples/queue4/.gitignore +++ b/tests/old/examples/queue4/.gitignore @@ -1 +1,4 @@ queue4 +*.bb +*.bbg +*.da diff --git a/tests/old/examples/retag/.gitignore b/tests/old/examples/retag/.gitignore index a54ae58a5..194811372 100644 --- a/tests/old/examples/retag/.gitignore +++ b/tests/old/examples/retag/.gitignore @@ -1,2 +1,5 @@ retag transcode +*.bb +*.bbg +*.da diff --git a/tests/old/examples/thread/.gitignore b/tests/old/examples/thread/.gitignore index 8502cd465..74051926d 100644 --- a/tests/old/examples/thread/.gitignore +++ b/tests/old/examples/thread/.gitignore @@ -1 +1,4 @@ thread +*.bb +*.bbg +*.da diff --git a/tests/old/examples/typefind/.gitignore b/tests/old/examples/typefind/.gitignore index 38bc2d7d1..6c4ae0478 100644 --- a/tests/old/examples/typefind/.gitignore +++ b/tests/old/examples/typefind/.gitignore @@ -1 +1,4 @@ typefind +*.bb +*.bbg +*.da diff --git a/tests/old/examples/xml/.gitignore b/tests/old/examples/xml/.gitignore index 225a4c968..7b9745aa5 100644 --- a/tests/old/examples/xml/.gitignore +++ b/tests/old/examples/xml/.gitignore @@ -1,3 +1,6 @@ createxml runxml xmlTest.gst +*.bb +*.bbg +*.da diff --git a/tests/old/testsuite/.gitignore b/tests/old/testsuite/.gitignore index 7dd4e39eb..fdfe2eb7d 100644 --- a/tests/old/testsuite/.gitignore +++ b/tests/old/testsuite/.gitignore @@ -8,3 +8,6 @@ Makefile.in test-registry.xml elementstest-registry.xml threadstest-registry.xml +*.bb +*.bbg +*.da diff --git a/tests/old/testsuite/caps/.gitignore b/tests/old/testsuite/caps/.gitignore index e1b1bf846..75f6cf76c 100644 --- a/tests/old/testsuite/caps/.gitignore +++ b/tests/old/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/tests/old/testsuite/cleanup/.gitignore b/tests/old/testsuite/cleanup/.gitignore index 5d45c6c3f..21be5cc59 100644 --- a/tests/old/testsuite/cleanup/.gitignore +++ b/tests/old/testsuite/cleanup/.gitignore @@ -1 +1,10 @@ test-registry.xml +*.bb +*.bbg +*.da + +cleanup1 +cleanup2 +cleanup3 +cleanup4 +cleanup5 diff --git a/tests/old/testsuite/dynparams/.gitignore b/tests/old/testsuite/dynparams/.gitignore new file mode 100644 index 000000000..f853c17ab --- /dev/null +++ b/tests/old/testsuite/dynparams/.gitignore @@ -0,0 +1,5 @@ +*.bb +*.bbg +*.da + +dparamstest diff --git a/tests/old/testsuite/plugin/.gitignore b/tests/old/testsuite/plugin/.gitignore index 2532427ae..bd44ca109 100644 --- a/tests/old/testsuite/plugin/.gitignore +++ b/tests/old/testsuite/plugin/.gitignore @@ -11,3 +11,6 @@ loading registry static static2 +*.bb +*.bbg +*.da diff --git a/tests/sched/.gitignore b/tests/sched/.gitignore index 379f93ed5..f56315723 100644 --- a/tests/sched/.gitignore +++ b/tests/sched/.gitignore @@ -13,3 +13,6 @@ interrupt1 interrupt2 interrupt3 sched-stress +*.bb +*.bbg +*.da diff --git a/tests/seeking/.gitignore b/tests/seeking/.gitignore index 42b549bfc..c348f9fc6 100644 --- a/tests/seeking/.gitignore +++ b/tests/seeking/.gitignore @@ -7,3 +7,6 @@ Makefile.in .libs seeking1 +*.bb +*.bbg +*.da diff --git a/tests/threadstate/.gitignore b/tests/threadstate/.gitignore index 1244a4d8f..1520ff60c 100644 --- a/tests/threadstate/.gitignore +++ b/tests/threadstate/.gitignore @@ -13,3 +13,6 @@ threadstate2 threadstate3 threadstate4 threadstate5 +*.bb +*.bbg +*.da 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 diff --git a/tools/.gitignore b/tools/.gitignore index 69d007dff..fffd8feeb 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -23,3 +23,6 @@ gst-launch.1 gst-md5sum.1 gst-register.1 gst-xmllaunch.1 +*.bb +*.bbg +*.da