From 5b14dfa4fff45e75940854d24eb936f3b1c0d1ea Mon Sep 17 00:00:00 2001 From: abeinder <abeinder@iastate.edu> Date: Wed, 26 Apr 2023 12:38:09 -0500 Subject: [PATCH] updated git ignore --- .gitignore | 5 ++++- pycrocart/.gitignore | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0a6bc7442..7ed439565 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ test.log groundStation/gui/build* .gdb_history .vscode - +/crazyflie_hardware/sd_test_stand/sd_test_stand-backups/* +/crazyflie_hardware/sd_test_stand_nano/sd_test_stand_nano-backups/* +controls/Sim-nonlinear-quad-example/Sim-nonlinear-quad-example/slprj/ +*/.idea/ diff --git a/pycrocart/.gitignore b/pycrocart/.gitignore index 50468cf5d..fa092e115 100644 --- a/pycrocart/.gitignore +++ b/pycrocart/.gitignore @@ -1,4 +1,5 @@ venv/ cache/ .idea/ -__cache__/ \ No newline at end of file +__cache__/ +.qt_for_python/ \ No newline at end of file -- GitLab