From 39637ed31b25423913b70b0ceeb4cd2b8746384c Mon Sep 17 00:00:00 2001 From: AustinRochford Date: Sun, 23 Oct 2016 17:44:18 -0400 Subject: [PATCH] Ignore SQLite file generated by tests --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0a17e4706e..114d4a94d8 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ _build # Merge tool *.orig + +# Test artifacts +mcmc.sqlite