diff options
author | Andy Wingo <wingo@pobox.com> | 2002-03-25 05:01:00 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-03-25 05:01:00 +0000 |
commit | 625a9e6eb1d9a329259e2f63354c14ed2f5d10c6 (patch) | |
tree | 7da1f4c5ed4cab7b36f816aabcb623cd3e300fd7 | |
parent | 1d6862cb69701e14c6c01e3bdf6f7a165271f3d3 (diff) |
added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
Original commit message from CVS:
added a bunch of cvsignore stuff off of a fresh checkout and build
i will win the race to max LOC changed ;-)
-rw-r--r-- | .gitignore | 14 | ||||
-rw-r--r-- | ext/arts/.gitignore | 4 | ||||
-rw-r--r-- | gst/playondemand/.gitignore | 1 | ||||
-rw-r--r-- | gst/speed/.gitignore | 1 |
4 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..dea17ba10 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +aclocal.m4 +autom4te.cache +config.h +config.h.in +config.log +config.status +configure +gst-plugins.spec +gstreamer-libs-uninstalled.pc +gstreamer-libs.pc +libtool +stamp-h +stamp-h.in +stamp-h1 diff --git a/ext/arts/.gitignore b/ext/arts/.gitignore new file mode 100644 index 000000000..9a6a379ac --- /dev/null +++ b/ext/arts/.gitignore @@ -0,0 +1,4 @@ +gst_artsio.cc +gst_artsio.h +gst_artsio.mcopclass +gst_artsio.mcoptype diff --git a/gst/playondemand/.gitignore b/gst/playondemand/.gitignore new file mode 100644 index 000000000..f0c68b636 --- /dev/null +++ b/gst/playondemand/.gitignore @@ -0,0 +1 @@ +demo-mp3 diff --git a/gst/speed/.gitignore b/gst/speed/.gitignore new file mode 100644 index 000000000..f0c68b636 --- /dev/null +++ b/gst/speed/.gitignore @@ -0,0 +1 @@ +demo-mp3 |