typos: ignore fuzz corpus

pull/11089/head
Mitchell Hashimoto 2026-03-01 09:21:56 -08:00
parent f43874a168
commit 683de81ee9
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 2 additions and 0 deletions

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",