From 015b4229440aaa384b431d5af860e5ebfa1f185a Mon Sep 17 00:00:00 2001 From: Code002Lover Date: Wed, 27 Dec 2023 22:25:18 +0100 Subject: [PATCH] gitignore cargo-mutants output --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..6b7d0ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +mutants.out* \ No newline at end of file