mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
I'm too lazy to comment this
Original commit message from CVS: .
This commit is contained in:
parent
2a9978433e
commit
d53f8fa432
12 changed files with 150 additions and 0 deletions
23
examples/manual/.gitignore
vendored
Normal file
23
examples/manual/.gitignore
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
dynamic
|
||||
dynamic.c
|
||||
gnome
|
||||
gnome.c
|
||||
helloworld
|
||||
helloworld.c
|
||||
helloworld2
|
||||
helloworld2.c
|
||||
queue
|
||||
queue.c
|
||||
threads
|
||||
threads.c
|
||||
xml-mp3
|
||||
xml-mp3.c
|
||||
|
9
examples/pingpong/.gitignore
vendored
Normal file
9
examples/pingpong/.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
pingpong
|
23
tests/old/examples/manual/.gitignore
vendored
Normal file
23
tests/old/examples/manual/.gitignore
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
dynamic
|
||||
dynamic.c
|
||||
gnome
|
||||
gnome.c
|
||||
helloworld
|
||||
helloworld.c
|
||||
helloworld2
|
||||
helloworld2.c
|
||||
queue
|
||||
queue.c
|
||||
threads
|
||||
threads.c
|
||||
xml-mp3
|
||||
xml-mp3.c
|
||||
|
9
tests/old/examples/pingpong/.gitignore
vendored
Normal file
9
tests/old/examples/pingpong/.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
pingpong
|
13
tests/old/testsuite/elements/.gitignore
vendored
Normal file
13
tests/old/testsuite/elements/.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
fake
|
||||
name
|
||||
property
|
||||
tee
|
||||
|
9
tests/old/testsuite/indexers/.gitignore
vendored
Normal file
9
tests/old/testsuite/indexers/.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
indexdump
|
13
tests/old/testsuite/refcounting/.gitignore
vendored
Normal file
13
tests/old/testsuite/refcounting/.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
bin
|
||||
element
|
||||
element_pad
|
||||
pad
|
||||
|
15
tests/threadstate/.gitignore
vendored
Normal file
15
tests/threadstate/.gitignore
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
test1
|
||||
test2
|
||||
threadstate1
|
||||
threadstate2
|
||||
threadstate3
|
||||
threadstate4
|
||||
threadstate5
|
13
testsuite/elements/.gitignore
vendored
Normal file
13
testsuite/elements/.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
fake
|
||||
name
|
||||
property
|
||||
tee
|
||||
|
9
testsuite/indexers/.gitignore
vendored
Normal file
9
testsuite/indexers/.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
indexdump
|
13
testsuite/refcounting/.gitignore
vendored
Normal file
13
testsuite/refcounting/.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
bin
|
||||
element
|
||||
element_pad
|
||||
pad
|
||||
|
1
tools/.gitignore
vendored
1
tools/.gitignore
vendored
|
@ -11,5 +11,6 @@ gst-compprep
|
|||
gst-inspect
|
||||
gst-launch
|
||||
gst-register
|
||||
gst-xmlinspect
|
||||
gst-xmllaunch
|
||||
gst-md5sum
|
||||
|
|
Loading…
Reference in a new issue