typos: ignore fuzz corpus

This commit is contained in:
Mitchell Hashimoto
2026-03-01 09:21:56 -08:00
parent f43874a168
commit 683de81ee9

View File

@@ -26,6 +26,8 @@ extend-exclude = [
"*.icns",
# Valgrind nonsense
"valgrind.supp",
# Fuzz corpus (binary test inputs)
"test/fuzz-libghostty/corpus/*",
# Other
"*.pdf",
"*.data",