From dd9cc6adb7ccea646024a7cb01c03b4f63e4a932 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 17 Jun 2005 09:12:33 +0000 Subject: [PATCH] ignore more Original commit message from CVS: ignore more --- check/gst/.gitignore | 1 + gst/base/.gitignore | 1 + gst/elements/.gitignore | 1 + gst/parse/.gitignore | 1 + gst/registries/.gitignore | 1 + gst/schedulers/.gitignore | 1 + libs/gst/base/.gitignore | 1 + libs/gst/bytestream/.gitignore | 1 + libs/gst/control/.gitignore | 1 + libs/gst/dataprotocol/.gitignore | 1 + libs/gst/getbits/.gitignore | 1 + plugins/elements/.gitignore | 1 + tests/check/gst/.gitignore | 1 + tools/.gitignore | 10 +++++++--- 14 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 gst/base/.gitignore create mode 100644 libs/gst/base/.gitignore diff --git a/check/gst/.gitignore b/check/gst/.gitignore index 05e286b28b..14bd117c1c 100644 --- a/check/gst/.gitignore +++ b/check/gst/.gitignore @@ -4,6 +4,7 @@ gstbuffer gstbus gstcaps gstdata +gstghostpad gstiterator gstmessage gstobject diff --git a/gst/base/.gitignore b/gst/base/.gitignore new file mode 100644 index 0000000000..8fcaa76ec8 --- /dev/null +++ b/gst/base/.gitignore @@ -0,0 +1 @@ +*.gcno diff --git a/gst/elements/.gitignore b/gst/elements/.gitignore index 76f92715ad..dc1483ec66 100644 --- a/gst/elements/.gitignore +++ b/gst/elements/.gitignore @@ -9,3 +9,4 @@ Makefile.in *.bbg *.da *.def +*.gcno diff --git a/gst/parse/.gitignore b/gst/parse/.gitignore index 78ceda0bfb..8daf50b676 100644 --- a/gst/parse/.gitignore +++ b/gst/parse/.gitignore @@ -8,3 +8,4 @@ lex._gst_parse_yy.c *.bb *.bbg *.da +*.gcno diff --git a/gst/registries/.gitignore b/gst/registries/.gitignore index 968c97044f..d11415dc2c 100644 --- a/gst/registries/.gitignore +++ b/gst/registries/.gitignore @@ -2,3 +2,4 @@ registrytest *.bb *.bbg *.da +*.gcno diff --git a/gst/schedulers/.gitignore b/gst/schedulers/.gitignore index ca7417af47..bfa07adc69 100644 --- a/gst/schedulers/.gitignore +++ b/gst/schedulers/.gitignore @@ -1,3 +1,4 @@ *.bb *.bbg *.da +*.gcno diff --git a/libs/gst/base/.gitignore b/libs/gst/base/.gitignore new file mode 100644 index 0000000000..8fcaa76ec8 --- /dev/null +++ b/libs/gst/base/.gitignore @@ -0,0 +1 @@ +*.gcno diff --git a/libs/gst/bytestream/.gitignore b/libs/gst/bytestream/.gitignore index e202f03864..1d7497234e 100644 --- a/libs/gst/bytestream/.gitignore +++ b/libs/gst/bytestream/.gitignore @@ -2,3 +2,4 @@ *.bbg *.da *.def +*.gcno diff --git a/libs/gst/control/.gitignore b/libs/gst/control/.gitignore index e202f03864..1d7497234e 100644 --- a/libs/gst/control/.gitignore +++ b/libs/gst/control/.gitignore @@ -2,3 +2,4 @@ *.bbg *.da *.def +*.gcno diff --git a/libs/gst/dataprotocol/.gitignore b/libs/gst/dataprotocol/.gitignore index 008b54310c..5fa4de2617 100644 --- a/libs/gst/dataprotocol/.gitignore +++ b/libs/gst/dataprotocol/.gitignore @@ -1,2 +1,3 @@ libgstdataprotocol.def dataprotocol-test +*.gcno diff --git a/libs/gst/getbits/.gitignore b/libs/gst/getbits/.gitignore index e202f03864..1d7497234e 100644 --- a/libs/gst/getbits/.gitignore +++ b/libs/gst/getbits/.gitignore @@ -2,3 +2,4 @@ *.bbg *.da *.def +*.gcno diff --git a/plugins/elements/.gitignore b/plugins/elements/.gitignore index 76f92715ad..dc1483ec66 100644 --- a/plugins/elements/.gitignore +++ b/plugins/elements/.gitignore @@ -9,3 +9,4 @@ Makefile.in *.bbg *.da *.def +*.gcno diff --git a/tests/check/gst/.gitignore b/tests/check/gst/.gitignore index 05e286b28b..14bd117c1c 100644 --- a/tests/check/gst/.gitignore +++ b/tests/check/gst/.gitignore @@ -4,6 +4,7 @@ gstbuffer gstbus gstcaps gstdata +gstghostpad gstiterator gstmessage gstobject diff --git a/tools/.gitignore b/tools/.gitignore index 2589228e2f..b484bbdb29 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,11 +1,17 @@ Makefile Makefile.in +.dirstamp *.o *.lo *.la .deps .libs *.xml +*.bb +*.bbg +*.da +*.gcno + gst-complete gst-compprep gst-feedback @@ -25,9 +31,7 @@ gst-md5sum.1 gst-register.1 gst-typefind.1 gst-xmllaunch.1 -*.bb -*.bbg -*.da + gst-complete-?.?* gst-compprep-?.?* gst-feedback-?.?*