Message ID | 20220205020738.27388-1-pal@sandflow.com |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel] avformat/tests: add /imf to .gitignore | expand |
Context | Check | Description |
---|---|---|
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
andriy/make_ppc | success | Make finished |
andriy/make_fate_ppc | success | Make fate finished |
andriy/make_aarch64_jetson | success | Make finished |
andriy/make_fate_aarch64_jetson | success | Make fate finished |
On 5/2/22 12:07, pal@sandflow.com wrote: > From: Pierre-Anthony Lemieux <pal@palemieux.com> > > --- > libavformat/tests/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/tests/.gitignore b/libavformat/tests/.gitignore > index 7ceb7a356b..aabf76345e 100644 > --- a/libavformat/tests/.gitignore > +++ b/libavformat/tests/.gitignore > @@ -1,4 +1,5 @@ > /fifo_muxer > +/imf > /movenc > /noproxy > /rtmpdh lgtm, I'll apply this soon.
diff --git a/libavformat/tests/.gitignore b/libavformat/tests/.gitignore index 7ceb7a356b..aabf76345e 100644 --- a/libavformat/tests/.gitignore +++ b/libavformat/tests/.gitignore @@ -1,4 +1,5 @@ /fifo_muxer +/imf /movenc /noproxy /rtmpdh
From: Pierre-Anthony Lemieux <pal@palemieux.com> --- libavformat/tests/.gitignore | 1 + 1 file changed, 1 insertion(+)