From c0b1173f55315279996f9ac3dfb0bf67ccc5a01a Mon Sep 17 00:00:00 2001 From: Kevin Ahrendt Date: Mon, 4 May 2026 08:31:38 -0400 Subject: [PATCH] Ignore experimental fuzzer related files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7114494..061e072 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,7 @@ examples/*/sdkconfig.* # Host example build files host_examples/*/build/ +host_examples/*/build-*/ # Benchmark/test data *.tar.gz @@ -107,3 +108,6 @@ vgcore.* *.gcov coverage/ htmlcov/ + +# Fuzzing +corpus/