diff mbox series

[FFmpeg-devel] Add libavformat/tests/imf to .gitignore

Message ID 20220107035540.9460-1-pal@sandflow.com
State New
Headers show
Series [FFmpeg-devel] Add libavformat/tests/imf to .gitignore | expand

Checks

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

Commit Message

Pierre-Anthony Lemieux Jan. 7, 2022, 3:55 a.m. UTC
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(+)

Comments

Zane van Iperen Feb. 5, 2022, 2:02 a.m. UTC | #1
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.
Pierre-Anthony Lemieux Feb. 5, 2022, 2:08 a.m. UTC | #2
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 mbox series

Patch

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