From 683de81ee9546b52f7b8720dbe2b67f8ede914a8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 1 Mar 2026 09:21:56 -0800 Subject: [PATCH] typos: ignore fuzz corpus --- typos.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typos.toml b/typos.toml index 3c7cd75f2..6cdf04dbb 100644 --- a/typos.toml +++ b/typos.toml @@ -26,6 +26,8 @@ extend-exclude = [ "*.icns", # Valgrind nonsense "valgrind.supp", + # Fuzz corpus (binary test inputs) + "test/fuzz-libghostty/corpus/*", # Other "*.pdf", "*.data",