diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-12-31 18:14:04 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-12-31 18:14:04 +0000 |
commit | a9da5bcb3f1c1cc91e5ed1fc0cc41ca9a13b6547 (patch) | |
tree | 94ae3675476746eca3e2c458ccb3200c46e9459a | |
parent | 4d36ba7e87583f5ad00ac3145542f0f22e1d3f0b (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 |
3 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0e684bc38..05d8832d9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 000000000..76f654ef6 --- /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 000000000..fcb1d2090 --- /dev/null +++ b/examples/seeking/.gitignore @@ -0,0 +1,6 @@ +cdparanoia +cdplayer +seek +spider_seek +vorbisfile + |