mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
OK, I think I've got all the .cvsignore stuff taken care of, though we'll want to fine-tune things as we go, of cours...
Original commit message from CVS: OK, I think I've got all the .cvsignore stuff taken care of, though we'll want to fine-tune things as we go, of course. Most of them are the same, with some exceptions for directories that produce executables (those are listed by name after the standard ones and a newline for separation).
This commit is contained in:
parent
991af0b774
commit
af38527ad1
13 changed files with 105 additions and 0 deletions
7
docs/.gitignore
vendored
Normal file
7
docs/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
9
editor/.gitignore
vendored
Normal file
9
editor/.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
editor
|
2
gst/.gitignore
vendored
2
gst/.gitignore
vendored
|
@ -3,3 +3,5 @@ Makefile.in
|
|||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
|
2
gst/elements/.gitignore
vendored
2
gst/elements/.gitignore
vendored
|
@ -3,3 +3,5 @@ Makefile.in
|
|||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
|
2
gst/meta/.gitignore
vendored
2
gst/meta/.gitignore
vendored
|
@ -3,3 +3,5 @@ Makefile.in
|
|||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
|
2
gst/types/.gitignore
vendored
2
gst/types/.gitignore
vendored
|
@ -3,3 +3,5 @@ Makefile.in
|
|||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
|
9
gst/xml/.gitignore
vendored
Normal file
9
gst/xml/.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
save
|
2
plugins/elements/.gitignore
vendored
2
plugins/elements/.gitignore
vendored
|
@ -3,3 +3,5 @@ Makefile.in
|
|||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
|
35
test/.gitignore
vendored
Normal file
35
test/.gitignore
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
basic
|
||||
m
|
||||
types
|
||||
a
|
||||
r
|
||||
plugin
|
||||
w
|
||||
s
|
||||
args
|
||||
mpg123
|
||||
mcut
|
||||
push
|
||||
qtest
|
||||
spectrum
|
||||
record
|
||||
wave
|
||||
mp3
|
||||
teardown
|
||||
buffer
|
||||
mp3parse
|
||||
mpeg2parse
|
||||
mp3play
|
||||
ac3parse
|
||||
ac3play
|
||||
dvdcat
|
||||
fake
|
||||
cobin
|
7
test/bindings/.gitignore
vendored
Normal file
7
test/bindings/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
7
test/cothreads/.gitignore
vendored
Normal file
7
test/cothreads/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
11
test/xml/.gitignore
vendored
Normal file
11
test/xml/.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
createreg
|
||||
readreg
|
||||
*.xml
|
10
tools/.gitignore
vendored
Normal file
10
tools/.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
|
||||
launch
|
||||
*.xml
|
Loading…
Reference in a new issue