PR #22805 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22805 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22805.patch
>From a4ecc6a2fb4066278a94b6d1252c78a59ac05877 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt <[email protected]> Date: Mon, 13 Apr 2026 01:34:15 +0200 Subject: [PATCH] avutil/tests/.gitignore: Add recently added test tools Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavutil/tests/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libavutil/tests/.gitignore b/libavutil/tests/.gitignore index ec8e70703b..1307af18f6 100644 --- a/libavutil/tests/.gitignore +++ b/libavutil/tests/.gitignore @@ -33,6 +33,7 @@ /lls /log /lzo +/mathematics /md5 /murmur3 /opt @@ -43,7 +44,9 @@ /pixfmt_best /random_seed /rational +/rc4 /ripemd +/samplefmt /sha /sha512 /side_data_array @@ -51,6 +54,7 @@ /spherical /stereo3d /tea +/timecode /tree /twofish /utf8 -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
