mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
Ignore some more generated things
Original commit message from CVS: * docs/plugins/.cvsignore: * tests/check/elements/.cvsignore: Ignore some more generated things * tests/check/Makefile.am: Ignore OSS elements in the state changes test too.
This commit is contained in:
parent
9943e68fc9
commit
b47679bd95
4 changed files with 13 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
|||
2008-05-28 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* docs/plugins/.cvsignore:
|
||||
* tests/check/elements/.cvsignore:
|
||||
Ignore some more generated things
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
Ignore OSS elements in the state changes test too.
|
||||
|
||||
2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
|
|
3
docs/plugins/.gitignore
vendored
3
docs/plugins/.gitignore
vendored
|
@ -8,6 +8,8 @@ Makefile.in
|
|||
*-unused.txt
|
||||
*-overrides.txt
|
||||
|
||||
gst-plugins-good-plugins.args.new
|
||||
gst-plugins-good-plugins.signals.new
|
||||
|
||||
tmpl
|
||||
html
|
||||
|
@ -18,4 +20,3 @@ xml
|
|||
gst-plugins-good-plugins-scan
|
||||
gst-plugins-good-plugins-scan.c
|
||||
inspect-registry.*
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ TESTS_ENVIRONMENT = \
|
|||
GST_PLUGIN_SYSTEM_PATH= \
|
||||
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \
|
||||
GST_TEST_FILES_PATH=$(TEST_FILES_DIRECTORY) \
|
||||
STATE_IGNORE_ELEMENTS="aasink autovideosink cacasink cairotextoverlay gconfaudiosrc gconfvideosrc gconfaudiosink gconfvideosink halaudiosrc halaudiosink v4l2src"
|
||||
STATE_IGNORE_ELEMENTS="aasink autovideosink cacasink cairotextoverlay gconfaudiosrc gconfvideosrc gconfaudiosink gconfvideosink halaudiosrc halaudiosink v4l2src osssrc osssink"
|
||||
|
||||
EXTRA_DIST = test-cert.pem test-key.pem
|
||||
|
||||
|
|
1
tests/check/elements/.gitignore
vendored
1
tests/check/elements/.gitignore
vendored
|
@ -23,6 +23,7 @@ level
|
|||
matroskamux
|
||||
multifile
|
||||
rtp-payloading
|
||||
souphttpsrc
|
||||
spectrum
|
||||
sunaudio
|
||||
videocrop
|
||||
|
|
Loading…
Reference in a new issue