From 9274d87c55c683e7b5e64400f0ed8b8046bc32b7 Mon Sep 17 00:00:00 2001 From: Ashesh Vashi Date: Thu, 18 Feb 2016 17:12:50 +0530 Subject: [PATCH] Creating separate .gitignore for runtime, and added them in .gitignore new temporary files created by qmake. --- runtime/.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 runtime/.gitignore diff --git a/runtime/.gitignore b/runtime/.gitignore new file mode 100644 index 000000000..a130a9a59 --- /dev/null +++ b/runtime/.gitignore @@ -0,0 +1,13 @@ +.qmake.cache +Makefile +moc_BrowserWindow.cpp +moc_Server.cpp +pgAdmin4.app/ +pgAdmin4.pro.user* +ui_BrowserWindow.h +.qmake.stash +moc_ConfigWindow.cpp +moc_TabWindow.cpp +moc_WebViewWindow.cpp +qrc_pgadmin4.cpp +ui_ConfigWindow.h