I'm too lazy to comment this

Original commit message from CVS:
.
This commit is contained in:
Wim Taymans 2003-02-25 20:57:05 +00:00
parent 2a9978433e
commit d53f8fa432
12 changed files with 150 additions and 0 deletions

23
examples/manual/.gitignore vendored Normal file
View 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
View file

@ -0,0 +1,9 @@
Makefile
Makefile.in
*.o
*.lo
*.la
.deps
.libs
pingpong

23
tests/old/examples/manual/.gitignore vendored Normal file
View 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

View file

@ -0,0 +1,9 @@
Makefile
Makefile.in
*.o
*.lo
*.la
.deps
.libs
pingpong

13
tests/old/testsuite/elements/.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
Makefile
Makefile.in
*.o
*.lo
*.la
.deps
.libs
fake
name
property
tee

View file

@ -0,0 +1,9 @@
Makefile
Makefile.in
*.o
*.lo
*.la
.deps
.libs
indexdump

View 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
View 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
View file

@ -0,0 +1,13 @@
Makefile
Makefile.in
*.o
*.lo
*.la
.deps
.libs
fake
name
property
tee

9
testsuite/indexers/.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
Makefile
Makefile.in
*.o
*.lo
*.la
.deps
.libs
indexdump

13
testsuite/refcounting/.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
Makefile
Makefile.in
*.o
*.lo
*.la
.deps
.libs
bin
element
element_pad
pad

1
tools/.gitignore vendored
View file

@ -11,5 +11,6 @@ gst-compprep
gst-inspect
gst-launch
gst-register
gst-xmlinspect
gst-xmllaunch
gst-md5sum