From 3a9c3cb6b4e14adda8940635fac8ee1c1a3fea2e Mon Sep 17 00:00:00 2001 From: rembo10 Date: Wed, 31 Jul 2013 15:09:40 +0530 Subject: [PATCH] Ignore all .db files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 33c24836..fccbce9a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ # Logs and databases # ###################### *.log -*.db +*.db* *.db-journal *.ini logs/*