Patch attached. - Andreas
From d1961c101dfd095c219c4ff56d5f5523574976ce Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt <[email protected]> Date: Mon, 28 Apr 2025 16:01:13 +0200 Subject: [PATCH] postproc/tests: Add test tools to .gitignore
Signed-off-by: Andreas Rheinhardt <[email protected]> --- libpostproc/tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 libpostproc/tests/.gitignore diff --git a/libpostproc/tests/.gitignore b/libpostproc/tests/.gitignore new file mode 100644 index 0000000000..d77aa7e3dd --- /dev/null +++ b/libpostproc/tests/.gitignore @@ -0,0 +1,2 @@ +/blocktest +/stripetest -- 2.45.2
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
