mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gitignore: Add more generated files
This commit is contained in:
parent
7e91f73c76
commit
1599c1abd8
4 changed files with 30 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,4 +18,5 @@
|
||||||
/validate/pkgconfig/gst-validate-uninstalled.pc
|
/validate/pkgconfig/gst-validate-uninstalled.pc
|
||||||
*.bak
|
*.bak
|
||||||
*.libs/*
|
*.libs/*
|
||||||
|
.#*
|
||||||
tags
|
tags
|
||||||
|
|
3
codecanalyzer/.gitignore
vendored
3
codecanalyzer/.gitignore
vendored
|
@ -26,3 +26,6 @@ stamp-h1
|
||||||
.libs
|
.libs
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
|
||||||
|
build-aux
|
||||||
|
src/codecanalyzer
|
||||||
|
|
8
validate/.gitignore
vendored
8
validate/.gitignore
vendored
|
@ -40,6 +40,9 @@ stamp-h.in
|
||||||
*.gir
|
*.gir
|
||||||
*.typefind
|
*.typefind
|
||||||
*.orig
|
*.orig
|
||||||
|
*.stamp
|
||||||
|
*.log
|
||||||
|
*.trs
|
||||||
|
|
||||||
.arcconfig
|
.arcconfig
|
||||||
/m4/*m4
|
/m4/*m4
|
||||||
|
@ -48,4 +51,9 @@ stamp-h.in
|
||||||
*docs/launcher/html
|
*docs/launcher/html
|
||||||
*tools/gst-validate-launcher
|
*tools/gst-validate-launcher
|
||||||
|
|
||||||
|
tests/check/validate/monitoring
|
||||||
|
tests/check/validate/overrides
|
||||||
|
tests/check/validate/reporting
|
||||||
|
tests/check/validate/padmonitor
|
||||||
|
|
||||||
/launcher/config.py
|
/launcher/config.py
|
||||||
|
|
18
validate/docs/plugins/.gitignore
vendored
Normal file
18
validate/docs/plugins/.gitignore
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
*.bak
|
||||||
|
*.stamp
|
||||||
|
html
|
||||||
|
xml
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
doc-registry.xml
|
||||||
|
*-decl-list.txt
|
||||||
|
*-decl.txt
|
||||||
|
*-undeclared.txt
|
||||||
|
*-undocumented.txt
|
||||||
|
*-unused.txt
|
||||||
|
*.args
|
||||||
|
*.hierarchy
|
||||||
|
*.interfaces
|
||||||
|
*.prerequisites
|
||||||
|
*.signals
|
||||||
|
|
Loading…
Reference in a new issue