typos: ignore fuzz corpus
parent
f43874a168
commit
683de81ee9
|
|
@ -26,6 +26,8 @@ extend-exclude = [
|
|||
"*.icns",
|
||||
# Valgrind nonsense
|
||||
"valgrind.supp",
|
||||
# Fuzz corpus (binary test inputs)
|
||||
"test/fuzz-libghostty/corpus/*",
|
||||
# Other
|
||||
"*.pdf",
|
||||
"*.data",
|
||||
|
|
|
|||
Loading…
Reference in New Issue