From: Michael Tremer Date: Tue, 12 Apr 2022 12:25:40 +0000 (+0000) Subject: .gitignore: Ignore *.db files only in main directory X-Git-Tag: 0.9.13~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6cc3967d8404ec74cbf29b05549ea3a938416a71;p=location%2Flibloc.git .gitignore: Ignore *.db files only in main directory Signed-off-by: Michael Tremer --- 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