From 2a596c11e06489e7348ca596ddab1a59219fd572 Mon Sep 17 00:00:00 2001 From: Paul Beuchat <beuchatp@control.ee.ethz.ch> Date: Thu, 27 Sep 2018 08:19:28 +0200 Subject: [PATCH] Edited .gitignore to also ignore the Qt pro.user files for the student GUI --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 86b1b272..4abdf15b 100755 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ pps_ws/src/d_fall_pps/include/DataStreamClient.h pps_ws/src/d_fall_pps/GUI_Qt/flyingAgentGUI/*.pro.user +pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/*.pro.user +pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/*.pro.user.* + *.pyc *.orig *.bag -- GitLab