From 31e3757ad05d722446206958c742e241bc102f2b Mon Sep 17 00:00:00 2001 From: Stephen Waits Date: Wed, 13 May 2026 18:37:47 -0600 Subject: [PATCH] chore: gitignore cargo-mutants output dir --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d1c75fb..22ae929 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ # Generated by `cargo run --example pick_a_car` /pick_a_car.json + +# Generated by `cargo mutants` +/mutants.out +/mutants.out.old