From 0de2f742f0f349f6add41075dae7371aa704d443 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 6 Jun 2025 12:11:48 +0300 Subject: [PATCH] .gitignore: ignore .db and .sesskey files as well --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ae03092d40..65b5110d38 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,10 @@ cache/ .vscode/ *.code-workspace *~ +~* +.sesskey +tmp* +*.db *.swp *.swo *.swn