From dd74106935a933b7fa6957d33dd9f2bce0af7f10 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Mon, 17 Nov 2025 22:49:20 +0100 Subject: [PATCH] Ignore .wal and .tmp files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7eb8ffc..d841367 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ coverage_report/ *.gcov *.gcda *.gcno +*.wal +*.tmp