From 92063e762a1b26b80706a6f1ffd78e3d71e6e1b4 Mon Sep 17 00:00:00 2001 From: Benji Vesterby Date: Thu, 14 Nov 2024 16:40:15 -0500 Subject: [PATCH] feat: adding the updated benchmark filename to the gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2aefc5d..424cc58 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ external/ # outputs -output.txt dist/ # build folders @@ -34,6 +33,7 @@ vendor/ coverage.html coverage coverage.txt +bench-output.txt # ignore keyfiles *.crt