[FFmpeg-devel] [PATCH] lavfi, lavd: add gitignore for generated static component lists
Hendrik Leppkes
h.leppkes at gmail.com
Fri Apr 6 00:34:30 EEST 2018
On Thu, Apr 5, 2018 at 11:09 PM, Josh de Kock <josh at itanimul.li> wrote:
> Signed-off-by: Josh de Kock <josh at itanimul.li>
> ---
> libavdevice/.gitignore | 2 ++
> libavfilter/.gitignore | 1 +
> 2 files changed, 3 insertions(+)
> create mode 100644 libavdevice/.gitignore
> create mode 100644 libavfilter/.gitignore
>
> diff --git a/libavdevice/.gitignore b/libavdevice/.gitignore
> new file mode 100644
> index 0000000000..08ac3eb86a
> --- /dev/null
> +++ b/libavdevice/.gitignore
> @@ -0,0 +1,2 @@
> +/indev_list.c
> +/outdev_list.c
> diff --git a/libavfilter/.gitignore b/libavfilter/.gitignore
> new file mode 100644
> index 0000000000..26bddebc93
> --- /dev/null
> +++ b/libavfilter/.gitignore
> @@ -0,0 +1 @@
> +/filter_list.c
> --
LGTM, thanks.
More information about the ffmpeg-devel
mailing list