From 7c5ee9d3ef4c6fec7d352b8aeb8db0b204e1eea8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 15 May 2016 14:43:11 +0100 Subject: [PATCH] app: remove marshaller files from git --- Makefile.am | 2 ++ gst-libs/gst/app/.gitignore | 2 -- gst-libs/gst/app/gstapp-marshal.list | 6 ------ 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 gst-libs/gst/app/.gitignore delete mode 100644 gst-libs/gst/app/gstapp-marshal.list diff --git a/Makefile.am b/Makefile.am index 5fc3e10..fc34e1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,6 +81,8 @@ CRUFT_FILES = \ $(top_builddir)/common/shave \ $(top_builddir)/common/shave-libtool \ $(top_builddir)/gst-libs/gst/audio/testchannels \ + $(top_builddir)/gst-libs/gst/app/gstapp-marshal.c \ + $(top_builddir)/gst-libs/gst/app/gstapp-marshal.h \ $(top_builddir)/tests/check/elements/gdppay \ $(top_builddir)/tests/check/elements/gdpdepay \ $(top_builddir)/tests/check/pipelines/streamheader \ diff --git a/gst-libs/gst/app/.gitignore b/gst-libs/gst/app/.gitignore deleted file mode 100644 index 9f0ae4b..0000000 --- a/gst-libs/gst/app/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -gstapp-marshal.c -gstapp-marshal.h diff --git a/gst-libs/gst/app/gstapp-marshal.list b/gst-libs/gst/app/gstapp-marshal.list deleted file mode 100644 index d5fefd8..0000000 --- a/gst-libs/gst/app/gstapp-marshal.list +++ /dev/null @@ -1,6 +0,0 @@ -BOOLEAN:UINT64 -ENUM:BOXED -ENUM:VOID -BOXED:VOID -VOID:UINT - -- 2.7.4