diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/level/.gitignore | 6 | ||||
-rw-r--r-- | gst/level/Makefile.am | 4 | ||||
-rw-r--r-- | gst/smoothwave/.gitignore | 1 |
3 files changed, 10 insertions, 1 deletions
diff --git a/gst/level/.gitignore b/gst/level/.gitignore index 5ca3d25b..18807ab3 100644 --- a/gst/level/.gitignore +++ b/gst/level/.gitignore @@ -1 +1,5 @@ -gstlevel-marshal.* +gstlevel-marshal.h +gstlevel-marshal.c +gstlevel-marshal.list +demo +plot diff --git a/gst/level/Makefile.am b/gst/level/Makefile.am index 8bb3c4dd..21f90990 100644 --- a/gst/level/Makefile.am +++ b/gst/level/Makefile.am @@ -23,6 +23,10 @@ EXTRA_libgstlevel_la_SOURCES = gstlevel-marshal.list BUILT_SOURCES = \ gstlevel-marshal.c \ gstlevel-marshal.h +CLEANFILES = \ + gstlevel-marshal.c \ + gstlevel-marshal.h + gstlevel-marshal.h: gstlevel-marshal.list glib-genmarshal --header --prefix=gstlevel_cclosure_marshal $(srcdir)/gstlevel-marshal.list > gstlevel-marshal.h.tmp diff --git a/gst/smoothwave/.gitignore b/gst/smoothwave/.gitignore new file mode 100644 index 00000000..2c411dd3 --- /dev/null +++ b/gst/smoothwave/.gitignore @@ -0,0 +1 @@ +demo-osssrc |