diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2004-02-03 08:50:41 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2004-02-03 08:50:41 +0000 |
commit | c683efffe188c5ee5b5e127c1f1fe79471054557 (patch) | |
tree | 9536bda48cd7bf74d93b36ded7ebcff305ed1fcd | |
parent | e79785b0de0b79dd6e99d5fa3e8506a114f1273e (diff) |
examples/switch/.cvsignore: Ignore generated file.
Original commit message from CVS:
* examples/switch/.cvsignore:
Ignore generated file.
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | examples/switch/.gitignore | 1 | ||||
-rw-r--r-- | tests/old/examples/switch/.gitignore | 1 |
3 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2004-02-03 David I. Lehn <dlehn@users.sourceforge.net> + + * examples/switch/.cvsignore: + Ignore generated file. + 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> * common/m4/ax_create_stdint_h.m4: @@ -16,11 +21,11 @@ Add replaygain support to vorbistag 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr> - * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps), + * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps), (gst_ffmpeg_caps_to_extradata): Fix SVQ3 caps flag properties Use glib macro for bytes swap - + 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org> * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init): diff --git a/examples/switch/.gitignore b/examples/switch/.gitignore new file mode 100644 index 00000000..7893c435 --- /dev/null +++ b/examples/switch/.gitignore @@ -0,0 +1 @@ +switcher diff --git a/tests/old/examples/switch/.gitignore b/tests/old/examples/switch/.gitignore new file mode 100644 index 00000000..7893c435 --- /dev/null +++ b/tests/old/examples/switch/.gitignore @@ -0,0 +1 @@ +switcher |