From c7964c8ffd76efe1106e1668d47229dad0b5878f Mon Sep 17 00:00:00 2001 From: William Yang Date: Wed, 23 Oct 2024 19:01:18 +0200 Subject: [PATCH] chore: add log dirs to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6e13cc70..e2eefab2 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,5 @@ _packages/ # test logs asan_logs/ +valgrind_logs/ +coverage/