From 7a7fb0c452d41e4e978c5f49c7d3c568e8cf57f7 Mon Sep 17 00:00:00 2001 From: kanhaiya007 Date: Fri, 27 Jun 2014 16:25:38 +0530 Subject: [PATCH] git ignore update --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c0ae26c..b397243 100644 --- a/.gitignore +++ b/.gitignore @@ -41,10 +41,10 @@ build/ # Ignore log files # Ignore the default SQLite database. - /db/*.sqlite3 - /db/*.sqlite3-journal +/db/*.sqlite3 +/db/*.sqlite3-journal # Ignore all logfiles and tempfiles. - /log/ - /tmp - *.log +/log/ +/tmp +*.log