From edc0e2a39f51a8b04f6f020a9b497e2ed2c750d5 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Tue, 2 May 2023 23:23:08 -0400 Subject: [PATCH] Ignore SQLite source and header files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c1eefad..e166881 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ builddir *.kb *.obk !examples/*.obk +sqlite/*.c +sqlite/*.h