From 92fe0bf1e8f83899ae8123bf1adc82dd6211f33a Mon Sep 17 00:00:00 2001 From: Josh de Kock Date: Thu, 5 Apr 2018 22:08:50 +0100 Subject: [PATCH] lavfi,lavd: add gitignore for generated static component lists Signed-off-by: Josh de Kock --- 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