[FFmpeg-devel] [PATCH] lavfi, lavd: add gitignore for generated static component lists

Josh de Kock josh at itanimul.li
Fri Apr 6 00:50:04 EEST 2018


On 2018/04/05 22:34, Hendrik Leppkes wrote:
> 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.

Pushed.

-- 
Josh


More information about the ffmpeg-devel mailing list