mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 02:33:53 +00:00
validate: Update all gitignore
This commit is contained in:
parent
40dfb7174e
commit
18b0d109f2
3 changed files with 10 additions and 7 deletions
12
validate/.gitignore
vendored
12
validate/.gitignore
vendored
|
@ -49,12 +49,12 @@ build*/
|
||||||
/m4/*m4
|
/m4/*m4
|
||||||
|
|
||||||
/po
|
/po
|
||||||
*docs/launcher/html
|
|
||||||
*tools/gst-validate-launcher
|
|
||||||
|
|
||||||
tests/check/validate/monitoring
|
/gst/validate/*-enum-types.[ch]
|
||||||
tests/check/validate/overrides
|
|
||||||
tests/check/validate/reporting
|
/tests/check/validate/monitoring
|
||||||
tests/check/validate/padmonitor
|
/tests/check/validate/overrides
|
||||||
|
/tests/check/validate/reporting
|
||||||
|
/tests/check/validate/padmonitor
|
||||||
|
|
||||||
/launcher/config.py
|
/launcher/config.py
|
||||||
|
|
2
validate/docs/.gitignore
vendored
2
validate/docs/.gitignore
vendored
|
@ -7,4 +7,4 @@ Makefile.in
|
||||||
.libs
|
.libs
|
||||||
version.entities
|
version.entities
|
||||||
tmpl/
|
tmpl/
|
||||||
|
/launcher/html
|
||||||
|
|
3
validate/tools/.gitignore
vendored
3
validate/tools/.gitignore
vendored
|
@ -1,8 +1,11 @@
|
||||||
gst-validate-1.0
|
gst-validate-1.0
|
||||||
|
gst-validate-launcher
|
||||||
gst-validate-transcoding-1.0
|
gst-validate-transcoding-1.0
|
||||||
gst-validate-media-check-1.0
|
gst-validate-media-check-1.0
|
||||||
gst-validate-images-check-1.0
|
gst-validate-images-check-1.0
|
||||||
|
gst-validate-rtsp-server-1.0
|
||||||
gst-validate-1.0-debug
|
gst-validate-1.0-debug
|
||||||
gst-validate-media-check-1.0-debug
|
gst-validate-media-check-1.0-debug
|
||||||
gst-validate-transcoding-1.0-debug
|
gst-validate-transcoding-1.0-debug
|
||||||
gst-validate-images-check-1.0-debug
|
gst-validate-images-check-1.0-debug
|
||||||
|
gst-validate-rtsp-server-1.0-debug
|
||||||
|
|
Loading…
Reference in a new issue