From cc3a262de0b7628b3a29ed56a4fd86554571fb78 Mon Sep 17 00:00:00 2001 From: Ashesh Vashi Date: Tue, 17 Nov 2015 18:21:58 +0530 Subject: [PATCH] Adding pgadmin4.log, and runtime/.qmake.stash to .gitignore, so that - it does not show up in git status. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d2e2ce02..66daf2fcb 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,6 @@ runtime/moc_Server.cpp runtime/pgAdmin4.app/ runtime/pgAdmin4.pro.user* runtime/ui_BrowserWindow.h +runtime/.qmake.stash web/config_local.py -web/pgadmin4.log +pgadmin4.log