mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
validate: Add more files to gitignore
This commit is contained in:
parent
8f5347c465
commit
8fb3e6112c
4 changed files with 36 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
/validate/docs/validate/gst-validate.args
|
||||||
|
/validate/docs/validate/gst-validate-decl-list.txt
|
||||||
|
/validate/docs/validate/gst-validate-decl.txt
|
||||||
|
/validate/docs/validate/doc-registry.xml
|
||||||
|
/validate/docs/validate/gst-validate.hierarchy
|
||||||
|
/validate/docs/validate/gst-validate.interfaces
|
||||||
|
/validate/docs/validate/gst-validate-overrides.txt
|
||||||
|
/validate/docs/index.html
|
||||||
|
/validate/docs/validate/gst-validate.signals
|
||||||
|
/validate/docs/validate/gst-validate.prerequisites
|
||||||
|
/validate/docs/validate/gst-validate-undeclared.txt
|
||||||
|
/validate/docs/validate/gst-validate-undocumented.txt
|
||||||
|
/validate/docs/validate/gst-validate-unused.txt
|
||||||
|
/validate/gst/validate/GstValidate-1.0.typelib
|
||||||
|
/validate/pkgconfig/gst-validate-1.0.pc
|
||||||
|
/validate/pkgconfig/gst-validate-1.0-uninstalled.pc
|
||||||
|
/validate/pkgconfig/gst-validate.pc
|
||||||
|
/validate/pkgconfig/gst-validate-uninstalled.pc
|
2
validate/.gitignore
vendored
2
validate/.gitignore
vendored
|
@ -35,6 +35,8 @@ stamp-h1
|
||||||
tags
|
tags
|
||||||
stamp-h.in
|
stamp-h.in
|
||||||
.dirstamp
|
.dirstamp
|
||||||
|
*.gir
|
||||||
|
*.typefind
|
||||||
|
|
||||||
/m4/*m4
|
/m4/*m4
|
||||||
|
|
||||||
|
|
10
validate/docs/.gitignore
vendored
Normal file
10
validate/docs/.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
*.o
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
version.entities
|
||||||
|
tmpl/
|
||||||
|
|
6
validate/docs/validate/.gitignore
vendored
Normal file
6
validate/docs/validate/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
*.bak
|
||||||
|
*.stamp
|
||||||
|
html
|
||||||
|
xml
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
Loading…
Reference in a new issue