Message ID | 20220107035540.9460-1-pal@sandflow.com |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel] Add libavformat/tests/imf to .gitignore | expand |
Context | Check | Description |
---|---|---|
andriy/commit_msg_x86 | warning | The first line of the commit message must start with a context terminated by a colon and a space, for example "lavu/opt: " or "doc: ". |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
andriy/commit_msg_ppc | warning | The first line of the commit message must start with a context terminated by a colon and a space, for example "lavu/opt: " or "doc: ". |
andriy/make_ppc | success | Make finished |
andriy/make_fate_ppc | success | Make fate finished |
On 7/1/22 13:55, pal@sandflow.com wrote: > From: Pierre-Anthony Lemieux <pal@palemieux.com> > > Signed-off-by: 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 Could you please change the subject something like: avformat/tests: add /imf to .gitignore After that, lgtm.
On Fri, Feb 4, 2022 at 6:03 PM Zane van Iperen <zane@zanevaniperen.com> wrote: > > > > > On 7/1/22 13:55, pal@sandflow.com wrote: > > From: Pierre-Anthony Lemieux <pal@palemieux.com> > > > > Signed-off-by: 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 > > Could you please change the subject something like: > avformat/tests: add /imf to .gitignore Done at http://ffmpeg.org/pipermail/ffmpeg-devel/2022-February/292619.html > > > After that, lgtm. > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
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