From ffc335bccf4ae80311a6fbe0e687d0198cb35a64 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 29 Dec 2017 14:39:49 +0100 Subject: [PATCH] complete ignore list fuzz tests artifacts --- tests/fuzz/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/fuzz/.gitignore b/tests/fuzz/.gitignore index 4ff28de98..9409cf837 100644 --- a/tests/fuzz/.gitignore +++ b/tests/fuzz/.gitignore @@ -2,4 +2,7 @@ corpora block_decompress block_round_trip +simple_decompress simple_round_trip +stream_decompress +stream_round_trip -- 2.47.3