From a344e9192161014bc9bc774a4fbded0c0b349649 Mon Sep 17 00:00:00 2001 From: Vladislav Shchapov Date: Sat, 21 Jun 2025 00:40:49 +0500 Subject: [PATCH] Add .gitignore to allow run tests with zlib-ng/corpora and local dataset from working copy Signed-off-by: Vladislav Shchapov --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 71b9e074..0a81b3ad 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,7 @@ gzread.c MinSizeRel RelWithDebInfo /_deps/googletest* + +# Test datasets +test/data/corpora/ +test/data/local/ -- 2.47.2