Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] tools: Add binaries to .gitignore
@ 2025-02-09 10:58 Frank Plowman
  2025-02-23 12:10 ` Frank Plowman
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Plowman @ 2025-02-09 10:58 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Frank Plowman

Signed-off-by: Frank Plowman <post@frankplowman.com>
---
 tools/.gitignore | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/tools/.gitignore b/tools/.gitignore
index 7c45896923..f017fa2343 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -3,6 +3,7 @@
 /bisect.need
 /crypto_bench
 /cws2fws
+/enc_recon_frame_test
 /enum_options
 /fourcc2pixfmt
 /ffescape
@@ -15,6 +16,15 @@
 /qt-faststart
 /scale_slice_test
 /sidxindex
+/sofa2wavs
+/target_dec_*_fuzzer
+/target_enc_*_fuzzer
+/target_bsf_*_fuzzer
+/target_dem_*_fuzzer
+/target_dem_fuzzer
+/target_io_dem_fuzzer
+/target_sws_fuzzer
+/target_swr_fuzzer
 /trasher
 /seek_print
 /uncoded_frame
-- 
2.47.0

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] tools: Add binaries to .gitignore
  2025-02-09 10:58 [FFmpeg-devel] [PATCH] tools: Add binaries to .gitignore Frank Plowman
@ 2025-02-23 12:10 ` Frank Plowman
  2025-02-23 13:34   ` Kieran Kunhya via ffmpeg-devel
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Plowman @ 2025-02-23 12:10 UTC (permalink / raw)
  To: ffmpeg-devel

On 09/02/2025 10:58, Frank Plowman wrote:
> Signed-off-by: Frank Plowman <post@frankplowman.com>
> ---
>  tools/.gitignore | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/tools/.gitignore b/tools/.gitignore
> index 7c45896923..f017fa2343 100644
> --- a/tools/.gitignore
> +++ b/tools/.gitignore
> @@ -3,6 +3,7 @@
>  /bisect.need
>  /crypto_bench
>  /cws2fws
> +/enc_recon_frame_test
>  /enum_options
>  /fourcc2pixfmt
>  /ffescape
> @@ -15,6 +16,15 @@
>  /qt-faststart
>  /scale_slice_test
>  /sidxindex
> +/sofa2wavs
> +/target_dec_*_fuzzer
> +/target_enc_*_fuzzer
> +/target_bsf_*_fuzzer
> +/target_dem_*_fuzzer
> +/target_dem_fuzzer
> +/target_io_dem_fuzzer
> +/target_sws_fuzzer
> +/target_swr_fuzzer
>  /trasher
>  /seek_print
>  /uncoded_frame

Ping
_______________________________________________
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".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] tools: Add binaries to .gitignore
  2025-02-23 12:10 ` Frank Plowman
@ 2025-02-23 13:34   ` Kieran Kunhya via ffmpeg-devel
  2025-02-24 17:47     ` Michael Niedermayer
  0 siblings, 1 reply; 4+ messages in thread
From: Kieran Kunhya via ffmpeg-devel @ 2025-02-23 13:34 UTC (permalink / raw)
  To: FFmpeg development discussions and patches; +Cc: Kieran Kunhya

On Sun, 23 Feb 2025, 04:11 Frank Plowman, <post@frankplowman.com> wrote:

> On 09/02/2025 10:58, Frank Plowman wrote:
> > Signed-off-by: Frank Plowman <post@frankplowman.com>
> > ---
> >  tools/.gitignore | 10 ++++++++++
> >  1 file changed, 10 insertions(+)
> >
> > diff --git a/tools/.gitignore b/tools/.gitignore
> > index 7c45896923..f017fa2343 100644
> > --- a/tools/.gitignore
> > +++ b/tools/.gitignore
> > @@ -3,6 +3,7 @@
> >  /bisect.need
> >  /crypto_bench
> >  /cws2fws
> > +/enc_recon_frame_test
> >  /enum_options
> >  /fourcc2pixfmt
> >  /ffescape
> > @@ -15,6 +16,15 @@
> >  /qt-faststart
> >  /scale_slice_test
> >  /sidxindex
> > +/sofa2wavs
> > +/target_dec_*_fuzzer
> > +/target_enc_*_fuzzer
> > +/target_bsf_*_fuzzer
> > +/target_dem_*_fuzzer
> > +/target_dem_fuzzer
> > +/target_io_dem_fuzzer
> > +/target_sws_fuzzer
> > +/target_swr_fuzzer
> >  /trasher
> >  /seek_print
> >  /uncoded_frame
>
> Ping
>

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".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] tools: Add binaries to .gitignore
  2025-02-23 13:34   ` Kieran Kunhya via ffmpeg-devel
@ 2025-02-24 17:47     ` Michael Niedermayer
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Niedermayer @ 2025-02-24 17:47 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 1377 bytes --]

On Sun, Feb 23, 2025 at 05:34:33AM -0800, Kieran Kunhya via ffmpeg-devel wrote:
> On Sun, 23 Feb 2025, 04:11 Frank Plowman, <post@frankplowman.com> wrote:
> 
> > On 09/02/2025 10:58, Frank Plowman wrote:
> > > Signed-off-by: Frank Plowman <post@frankplowman.com>
> > > ---
> > >  tools/.gitignore | 10 ++++++++++
> > >  1 file changed, 10 insertions(+)
> > >
> > > diff --git a/tools/.gitignore b/tools/.gitignore
> > > index 7c45896923..f017fa2343 100644
> > > --- a/tools/.gitignore
> > > +++ b/tools/.gitignore
> > > @@ -3,6 +3,7 @@
> > >  /bisect.need
> > >  /crypto_bench
> > >  /cws2fws
> > > +/enc_recon_frame_test
> > >  /enum_options
> > >  /fourcc2pixfmt
> > >  /ffescape
> > > @@ -15,6 +16,15 @@
> > >  /qt-faststart
> > >  /scale_slice_test
> > >  /sidxindex
> > > +/sofa2wavs
> > > +/target_dec_*_fuzzer
> > > +/target_enc_*_fuzzer
> > > +/target_bsf_*_fuzzer
> > > +/target_dem_*_fuzzer
> > > +/target_dem_fuzzer
> > > +/target_io_dem_fuzzer
> > > +/target_sws_fuzzer
> > > +/target_swr_fuzzer
> > >  /trasher
> > >  /seek_print
> > >  /uncoded_frame
> >
> > Ping
> >
> 
> Lgtm

will apply assuming noone else is quicker

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

It is a danger to trust the dream we wish for rather than
the science we have, -- Dr. Kenneth Brown

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-24 17:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-09 10:58 [FFmpeg-devel] [PATCH] tools: Add binaries to .gitignore Frank Plowman
2025-02-23 12:10 ` Frank Plowman
2025-02-23 13:34   ` Kieran Kunhya via ffmpeg-devel
2025-02-24 17:47     ` Michael Niedermayer

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git