From af38527ad138e8900e3d08893757b1b728ed5fcf Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Mon, 31 Jan 2000 03:36:35 +0000 Subject: [PATCH] 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). --- docs/.gitignore | 7 +++++++ editor/.gitignore | 9 +++++++++ gst/.gitignore | 2 ++ gst/elements/.gitignore | 2 ++ gst/meta/.gitignore | 2 ++ gst/types/.gitignore | 2 ++ gst/xml/.gitignore | 9 +++++++++ plugins/elements/.gitignore | 2 ++ test/.gitignore | 35 +++++++++++++++++++++++++++++++++++ test/bindings/.gitignore | 7 +++++++ test/cothreads/.gitignore | 7 +++++++ test/xml/.gitignore | 11 +++++++++++ tools/.gitignore | 10 ++++++++++ 13 files changed, 105 insertions(+) create mode 100644 docs/.gitignore create mode 100644 editor/.gitignore create mode 100644 gst/xml/.gitignore create mode 100644 test/.gitignore create mode 100644 test/bindings/.gitignore create mode 100644 test/cothreads/.gitignore create mode 100644 test/xml/.gitignore create mode 100644 tools/.gitignore diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000000..08f5ed37d8 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,7 @@ +Makefile +Makefile.in +*.o +*.lo +*.la +.deps +.libs diff --git a/editor/.gitignore b/editor/.gitignore new file mode 100644 index 0000000000..b5fcad59e3 --- /dev/null +++ b/editor/.gitignore @@ -0,0 +1,9 @@ +Makefile +Makefile.in +*.o +*.lo +*.la +.deps +.libs + +editor diff --git a/gst/.gitignore b/gst/.gitignore index 4279e396c4..08f5ed37d8 100644 --- a/gst/.gitignore +++ b/gst/.gitignore @@ -3,3 +3,5 @@ Makefile.in *.o *.lo *.la +.deps +.libs diff --git a/gst/elements/.gitignore b/gst/elements/.gitignore index 4279e396c4..08f5ed37d8 100644 --- a/gst/elements/.gitignore +++ b/gst/elements/.gitignore @@ -3,3 +3,5 @@ Makefile.in *.o *.lo *.la +.deps +.libs diff --git a/gst/meta/.gitignore b/gst/meta/.gitignore index 4279e396c4..08f5ed37d8 100644 --- a/gst/meta/.gitignore +++ b/gst/meta/.gitignore @@ -3,3 +3,5 @@ Makefile.in *.o *.lo *.la +.deps +.libs diff --git a/gst/types/.gitignore b/gst/types/.gitignore index 4279e396c4..08f5ed37d8 100644 --- a/gst/types/.gitignore +++ b/gst/types/.gitignore @@ -3,3 +3,5 @@ Makefile.in *.o *.lo *.la +.deps +.libs diff --git a/gst/xml/.gitignore b/gst/xml/.gitignore new file mode 100644 index 0000000000..839aee5072 --- /dev/null +++ b/gst/xml/.gitignore @@ -0,0 +1,9 @@ +Makefile +Makefile.in +*.o +*.lo +*.la +.deps +.libs + +save diff --git a/plugins/elements/.gitignore b/plugins/elements/.gitignore index 4279e396c4..08f5ed37d8 100644 --- a/plugins/elements/.gitignore +++ b/plugins/elements/.gitignore @@ -3,3 +3,5 @@ Makefile.in *.o *.lo *.la +.deps +.libs diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000000..ac0993c87b --- /dev/null +++ b/test/.gitignore @@ -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 diff --git a/test/bindings/.gitignore b/test/bindings/.gitignore new file mode 100644 index 0000000000..08f5ed37d8 --- /dev/null +++ b/test/bindings/.gitignore @@ -0,0 +1,7 @@ +Makefile +Makefile.in +*.o +*.lo +*.la +.deps +.libs diff --git a/test/cothreads/.gitignore b/test/cothreads/.gitignore new file mode 100644 index 0000000000..08f5ed37d8 --- /dev/null +++ b/test/cothreads/.gitignore @@ -0,0 +1,7 @@ +Makefile +Makefile.in +*.o +*.lo +*.la +.deps +.libs diff --git a/test/xml/.gitignore b/test/xml/.gitignore new file mode 100644 index 0000000000..affc2fdcad --- /dev/null +++ b/test/xml/.gitignore @@ -0,0 +1,11 @@ +Makefile +Makefile.in +*.o +*.lo +*.la +.deps +.libs + +createreg +readreg +*.xml diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 0000000000..99f8e62c92 --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,10 @@ +Makefile +Makefile.in +*.o +*.lo +*.la +.deps +.libs + +launch +*.xml