From 1eb1482f352fa2416a28a2f9f80b71ce99a8561b Mon Sep 17 00:00:00 2001 From: Polonkai Gergely Date: Wed, 14 Mar 2012 19:00:52 +0000 Subject: [PATCH] Added *.db to .gitignore *.db files are the actual SQLite database files. Their skeletons will be added to the Git repository later. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4bf6632..bade499 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ stamp-h1 *.swp *~ *.exe +*.db