From c82e6575ef1196693ec343a2126aae4a0c77c28c Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 6 Nov 2024 21:41:41 +0000 Subject: [PATCH] build: ignore cargo-mutants output --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index acfdead..d9f7b9c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb + +mutants.out/ +mutants.out.old/