summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 991af0b)
raw | patch | inline | side by side (parent: 991af0b)
author | Erik Walthinsen <omega@temple-baptist.org> | |
Mon, 31 Jan 2000 03:36:35 +0000 (03:36 +0000) | ||
committer | Erik Walthinsen <omega@temple-baptist.org> | |
Mon, 31 Jan 2000 03:36:35 +0000 (03:36 +0000) |
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).
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).
13 files changed:
docs/.gitignore | [new file with mode: 0644] | patch | blob |
editor/.gitignore | [new file with mode: 0644] | patch | blob |
gst/.gitignore | patch | blob | history | |
gst/elements/.gitignore | patch | blob | history | |
gst/meta/.gitignore | patch | blob | history | |
gst/types/.gitignore | patch | blob | history | |
gst/xml/.gitignore | [new file with mode: 0644] | patch | blob |
plugins/elements/.gitignore | patch | blob | history | |
test/.gitignore | [new file with mode: 0644] | patch | blob |
test/bindings/.gitignore | [new file with mode: 0644] | patch | blob |
test/cothreads/.gitignore | [new file with mode: 0644] | patch | blob |
test/xml/.gitignore | [new file with mode: 0644] | patch | blob |
tools/.gitignore | [new file with mode: 0644] | patch | blob |
diff --git a/docs/.gitignore b/docs/.gitignore
--- /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
--- /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 4279e396c410deba3bf0a2f67bd33f0131a6ac8f..08f5ed37d82a2eaae7ee0e85c70e5a73d2e1f731 100644 (file)
--- a/gst/.gitignore
+++ b/gst/.gitignore
*.o
*.lo
*.la
+.deps
+.libs
index 4279e396c410deba3bf0a2f67bd33f0131a6ac8f..08f5ed37d82a2eaae7ee0e85c70e5a73d2e1f731 100644 (file)
--- a/gst/elements/.gitignore
+++ b/gst/elements/.gitignore
*.o
*.lo
*.la
+.deps
+.libs
diff --git a/gst/meta/.gitignore b/gst/meta/.gitignore
index 4279e396c410deba3bf0a2f67bd33f0131a6ac8f..08f5ed37d82a2eaae7ee0e85c70e5a73d2e1f731 100644 (file)
--- a/gst/meta/.gitignore
+++ b/gst/meta/.gitignore
*.o
*.lo
*.la
+.deps
+.libs
diff --git a/gst/types/.gitignore b/gst/types/.gitignore
index 4279e396c410deba3bf0a2f67bd33f0131a6ac8f..08f5ed37d82a2eaae7ee0e85c70e5a73d2e1f731 100644 (file)
--- a/gst/types/.gitignore
+++ b/gst/types/.gitignore
*.o
*.lo
*.la
+.deps
+.libs
diff --git a/gst/xml/.gitignore b/gst/xml/.gitignore
--- /dev/null
+++ b/gst/xml/.gitignore
@@ -0,0 +1,9 @@
+Makefile
+Makefile.in
+*.o
+*.lo
+*.la
+.deps
+.libs
+
+save
index 4279e396c410deba3bf0a2f67bd33f0131a6ac8f..08f5ed37d82a2eaae7ee0e85c70e5a73d2e1f731 100644 (file)
*.o
*.lo
*.la
+.deps
+.libs
diff --git a/test/.gitignore b/test/.gitignore
--- /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
--- /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
--- /dev/null
@@ -0,0 +1,7 @@
+Makefile
+Makefile.in
+*.o
+*.lo
+*.la
+.deps
+.libs
diff --git a/test/xml/.gitignore b/test/xml/.gitignore
--- /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
--- /dev/null
+++ b/tools/.gitignore
@@ -0,0 +1,10 @@
+Makefile
+Makefile.in
+*.o
+*.lo
+*.la
+.deps
+.libs
+
+launch
+*.xml