From d4a287d4fc72bd68d41a7add042ae064bae4aa75 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 22 Mar 2018 21:32:11 -0700 Subject: ignore sqlite databases --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 81a47621..e9727203 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +*.sqlite +*.sqlite3 + *.o *.a *.pyc @@ -12,9 +15,6 @@ *.bak [Tt]humbs.db *.DS_Store -build/ -_build/ -src/build/ *.log # Don't ignore this file itself -- cgit v1.2.3