From 17816fa6ed8aa3e312d3cb228f6fa3c915d531e6 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/