mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
Update a bunch of gitignores to clean up my git status output
This commit is contained in:
parent
0bf1bd0db0
commit
e89ce19497
11 changed files with 27 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -36,3 +36,5 @@ py-compile
|
|||
registry.*
|
||||
coverage-report.txt
|
||||
gst-element-check.m4
|
||||
.deps
|
||||
.libs
|
||||
|
|
3
docs/gst/.gitignore
vendored
3
docs/gst/.gitignore
vendored
|
@ -17,6 +17,8 @@ sgml
|
|||
tmpl
|
||||
*.stamp
|
||||
|
||||
doc-registry.xml
|
||||
|
||||
gstreamer.html
|
||||
gstreamer-presed-scan.c
|
||||
gstreamer-scan.c
|
||||
|
@ -34,6 +36,7 @@ html-build.stamp
|
|||
*.aux
|
||||
*.dvi
|
||||
*.ps
|
||||
*.bak
|
||||
gtkdoc-fixxref
|
||||
xml
|
||||
|
||||
|
|
2
docs/libs/.gitignore
vendored
2
docs/libs/.gitignore
vendored
|
@ -1,6 +1,8 @@
|
|||
*.bak
|
||||
*.stamp
|
||||
html
|
||||
xml
|
||||
doc-registry.xml
|
||||
Makefile
|
||||
Makefile.in
|
||||
gstreamer-libs-decl.txt
|
||||
|
|
1
docs/libs/tmpl/.gitignore
vendored
1
docs/libs/tmpl/.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
*.sgml
|
||||
*.sgml.bak
|
||||
|
|
3
libs/gst/base/.gitignore
vendored
3
libs/gst/base/.gitignore
vendored
|
@ -3,3 +3,6 @@
|
|||
*.c.gcov
|
||||
*.c.gcov.out
|
||||
*.c.gcov
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
|
|
3
libs/gst/check/.gitignore
vendored
3
libs/gst/check/.gitignore
vendored
|
@ -1,2 +1,5 @@
|
|||
*.c.gcov.out
|
||||
*.c.gcov.out
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
|
|
3
libs/gst/controller/.gitignore
vendored
3
libs/gst/controller/.gitignore
vendored
|
@ -3,3 +3,6 @@
|
|||
*.da
|
||||
*.def
|
||||
*.gcno
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
|
|
3
libs/gst/dataprotocol/.gitignore
vendored
3
libs/gst/dataprotocol/.gitignore
vendored
|
@ -3,3 +3,6 @@ dataprotocol-test
|
|||
*.gcno
|
||||
*.c.gcov.out
|
||||
*.c.gcov.out
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
|
|
3
libs/gst/net/.gitignore
vendored
Normal file
3
libs/gst/net/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
*.o
|
||||
*.lo
|
||||
*.la
|
2
plugins/indexers/.gitignore
vendored
2
plugins/indexers/.gitignore
vendored
|
@ -3,3 +3,5 @@
|
|||
*.da
|
||||
*.def
|
||||
*.gcno
|
||||
*.lo
|
||||
*.la
|
||||
|
|
2
tests/check/libs/.gitignore
vendored
2
tests/check/libs/.gitignore
vendored
|
@ -1,6 +1,8 @@
|
|||
.dirstamp
|
||||
adapter
|
||||
basesrc
|
||||
bitreader
|
||||
bytereader
|
||||
gdp
|
||||
collectpads
|
||||
controller
|
||||
|
|
Loading…
Reference in a new issue