pkg: ignore libFuzzer crash artifacts
libFuzzer writes crash-* / oom-* / leak-* / timeout-* into CWD on a find and each holds the crashing input verbatim. None were ignored; CORE caught two by hand before committing. Prevention, not cleanup. Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_0143aKiohmDiyefJBwHDJJqw
This commit is contained in:
@@ -37,3 +37,11 @@ massif.out.*
|
||||
*.log
|
||||
*.veloxpart
|
||||
*.veloxpart.meta
|
||||
|
||||
# Fuzzing crash artifacts — libFuzzer writes these to CWD on a find and each holds the
|
||||
# crashing input verbatim. Ignore so they are never committed by accident (CORE caught
|
||||
# two by hand before this rule existed).
|
||||
crash-*
|
||||
oom-*
|
||||
leak-*
|
||||
timeout-*
|
||||
|
||||
Reference in New Issue
Block a user