diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-04-28 16:01:13 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-04-28 16:56:44 +0200 |
commit | d11d4277f9339b4c31a4619af8f273a5910840e8 (patch) | |
tree | a5bc914b7ba2de270605aa70d05860ef2918ca38 | |
parent | fcc562693e34d4cdbb486f2159547595554f7519 (diff) | |
download | ffmpeg-d11d4277f9339b4c31a4619af8f273a5910840e8.tar.gz |
postproc/tests: Add test tools to .gitignore
Reviewed-by: Marvin Scholz <epirat07@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libpostproc/tests/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |