From ca0b98edf33109faae20e16f5ff4101119b7d691 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 27 May 2019 22:46:17 +0200 Subject: [PATCH] ignore sqlite WAL files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3823101c7..3ad640948 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ pdns_recursor.pid *.gcno *.gcov built_pkgs +*-wal +*-shm -- 2.40.0