From b77d1241527f8914048d815f8353604fc042bee6 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Fri, 20 Jan 2017 12:35:07 -0800 Subject: [PATCH] Ignore SQLite wal and shm files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d98bbf1a..0fcfa633 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,5 @@ pom.xml.asc /release-node/honeysql/ /edn/target/ +/fixtures/*.db-shm +/fixtures/*.db-wal