diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-12-31 18:14:08 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-12-31 18:14:08 +0000 |
commit | 1594a6a0e17d9041fbcbfff18d2edae76e082a7d (patch) | |
tree | 4507e2f2a077c47fff5f198a5d6b0d8b7871860d | |
parent | 0207f453bbe5f2446cc0134c1e985ad7a35fdb3c (diff) |
exciting .cvsignore updates!CAPS
Original commit message from CVS:
exciting .cvsignore updates!
-rw-r--r-- | .gitignore | 10 | ||||
-rw-r--r-- | examples/dynparams/.gitignore | 1 | ||||
-rw-r--r-- | examples/seeking/.gitignore | 6 | ||||
-rw-r--r-- | gst-libs/gst/gconf/.gitignore | 1 | ||||
-rw-r--r-- | gst-libs/gst/media-info/.gitignore | 1 |
5 files changed, 19 insertions, 0 deletions
@@ -4,6 +4,8 @@ config.h config.h.in config.log config.status +config.guess +config.sub configure gst-plugins.spec gstreamer-libs-uninstalled*.pc @@ -14,3 +16,11 @@ libtool stamp-h stamp-h.in stamp-h1 +gst-element-check-*.m4 +ltmain.sh +missing +mkinstalldirs +compile +install-sh +depcomp +autoregen.sh diff --git a/examples/dynparams/.gitignore b/examples/dynparams/.gitignore new file mode 100644 index 00000000..76f654ef --- /dev/null +++ b/examples/dynparams/.gitignore @@ -0,0 +1 @@ +filter diff --git a/examples/seeking/.gitignore b/examples/seeking/.gitignore new file mode 100644 index 00000000..fcb1d209 --- /dev/null +++ b/examples/seeking/.gitignore @@ -0,0 +1,6 @@ +cdparanoia +cdplayer +seek +spider_seek +vorbisfile + diff --git a/gst-libs/gst/gconf/.gitignore b/gst-libs/gst/gconf/.gitignore new file mode 100644 index 00000000..54c96a4b --- /dev/null +++ b/gst-libs/gst/gconf/.gitignore @@ -0,0 +1 @@ +test-gconf diff --git a/gst-libs/gst/media-info/.gitignore b/gst-libs/gst/media-info/.gitignore new file mode 100644 index 00000000..1ac8f85a --- /dev/null +++ b/gst-libs/gst/media-info/.gitignore @@ -0,0 +1 @@ +media-info-test |