From 6cc3967d8404ec74cbf29b05549ea3a938416a71 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 12 Apr 2022 12:25:40 +0000 Subject: [PATCH] .gitignore: Ignore *.db files only in main directory Signed-off-by: Michael Tremer --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d368dbd..f04b70e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -*.db -*.db.xz *.log *.mo *.o @@ -13,6 +11,8 @@ Makefile.in /build-aux /config.* /configure +/*.db +/*.db.xz /libtool /stamp-h1 /src/python/location -- 2.39.5