mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ignore more
Original commit message from CVS: ignore more
This commit is contained in:
parent
8a3824efac
commit
dd9cc6adb7
14 changed files with 20 additions and 3 deletions
1
check/gst/.gitignore
vendored
1
check/gst/.gitignore
vendored
|
@ -4,6 +4,7 @@ gstbuffer
|
||||||
gstbus
|
gstbus
|
||||||
gstcaps
|
gstcaps
|
||||||
gstdata
|
gstdata
|
||||||
|
gstghostpad
|
||||||
gstiterator
|
gstiterator
|
||||||
gstmessage
|
gstmessage
|
||||||
gstobject
|
gstobject
|
||||||
|
|
1
gst/base/.gitignore
vendored
Normal file
1
gst/base/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.gcno
|
1
gst/elements/.gitignore
vendored
1
gst/elements/.gitignore
vendored
|
@ -9,3 +9,4 @@ Makefile.in
|
||||||
*.bbg
|
*.bbg
|
||||||
*.da
|
*.da
|
||||||
*.def
|
*.def
|
||||||
|
*.gcno
|
||||||
|
|
1
gst/parse/.gitignore
vendored
1
gst/parse/.gitignore
vendored
|
@ -8,3 +8,4 @@ lex._gst_parse_yy.c
|
||||||
*.bb
|
*.bb
|
||||||
*.bbg
|
*.bbg
|
||||||
*.da
|
*.da
|
||||||
|
*.gcno
|
||||||
|
|
1
gst/registries/.gitignore
vendored
1
gst/registries/.gitignore
vendored
|
@ -2,3 +2,4 @@ registrytest
|
||||||
*.bb
|
*.bb
|
||||||
*.bbg
|
*.bbg
|
||||||
*.da
|
*.da
|
||||||
|
*.gcno
|
||||||
|
|
1
gst/schedulers/.gitignore
vendored
1
gst/schedulers/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
*.bb
|
*.bb
|
||||||
*.bbg
|
*.bbg
|
||||||
*.da
|
*.da
|
||||||
|
*.gcno
|
||||||
|
|
1
libs/gst/base/.gitignore
vendored
Normal file
1
libs/gst/base/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.gcno
|
1
libs/gst/bytestream/.gitignore
vendored
1
libs/gst/bytestream/.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
*.bbg
|
*.bbg
|
||||||
*.da
|
*.da
|
||||||
*.def
|
*.def
|
||||||
|
*.gcno
|
||||||
|
|
1
libs/gst/control/.gitignore
vendored
1
libs/gst/control/.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
*.bbg
|
*.bbg
|
||||||
*.da
|
*.da
|
||||||
*.def
|
*.def
|
||||||
|
*.gcno
|
||||||
|
|
1
libs/gst/dataprotocol/.gitignore
vendored
1
libs/gst/dataprotocol/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
libgstdataprotocol.def
|
libgstdataprotocol.def
|
||||||
dataprotocol-test
|
dataprotocol-test
|
||||||
|
*.gcno
|
||||||
|
|
1
libs/gst/getbits/.gitignore
vendored
1
libs/gst/getbits/.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
*.bbg
|
*.bbg
|
||||||
*.da
|
*.da
|
||||||
*.def
|
*.def
|
||||||
|
*.gcno
|
||||||
|
|
1
plugins/elements/.gitignore
vendored
1
plugins/elements/.gitignore
vendored
|
@ -9,3 +9,4 @@ Makefile.in
|
||||||
*.bbg
|
*.bbg
|
||||||
*.da
|
*.da
|
||||||
*.def
|
*.def
|
||||||
|
*.gcno
|
||||||
|
|
1
tests/check/gst/.gitignore
vendored
1
tests/check/gst/.gitignore
vendored
|
@ -4,6 +4,7 @@ gstbuffer
|
||||||
gstbus
|
gstbus
|
||||||
gstcaps
|
gstcaps
|
||||||
gstdata
|
gstdata
|
||||||
|
gstghostpad
|
||||||
gstiterator
|
gstiterator
|
||||||
gstmessage
|
gstmessage
|
||||||
gstobject
|
gstobject
|
||||||
|
|
10
tools/.gitignore
vendored
10
tools/.gitignore
vendored
|
@ -1,11 +1,17 @@
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
.dirstamp
|
||||||
*.o
|
*.o
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
*.xml
|
*.xml
|
||||||
|
*.bb
|
||||||
|
*.bbg
|
||||||
|
*.da
|
||||||
|
*.gcno
|
||||||
|
|
||||||
gst-complete
|
gst-complete
|
||||||
gst-compprep
|
gst-compprep
|
||||||
gst-feedback
|
gst-feedback
|
||||||
|
@ -25,9 +31,7 @@ gst-md5sum.1
|
||||||
gst-register.1
|
gst-register.1
|
||||||
gst-typefind.1
|
gst-typefind.1
|
||||||
gst-xmllaunch.1
|
gst-xmllaunch.1
|
||||||
*.bb
|
|
||||||
*.bbg
|
|
||||||
*.da
|
|
||||||
gst-complete-?.?*
|
gst-complete-?.?*
|
||||||
gst-compprep-?.?*
|
gst-compprep-?.?*
|
||||||
gst-feedback-?.?*
|
gst-feedback-?.?*
|
||||||
|
|
Loading…
Reference in a new issue