From 4b4530b385bb67af0377ab103a9bd8c5b6caebba Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Wed, 3 May 2023 16:09:59 +0200 Subject: FIX: Add symlinks to .gitignore --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.gitignore b/.gitignore index a48b952..48819e3 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,33 @@ $RECYCLE.BIN/ *.lnk # End of https://www.toptal.com/developers/gitignore/api/macos,linux,windows,matlab + +# Symbolic links +templates/TestFunction_generate_system_scaled.p +templates/TestFunction_MPC_TE_forces.p +templates/TestFunction.p +templates/TestFunction_lqr_maxPI.p +templates/TestFunction_compute_minRPI.p +templates/TestFunction_compute_tube_controller.p +templates/TestFunction_generate_params.p +templates/TestFunction_MPC_TS_SC.p +templates/TestFunction_MPC_TE.p +templates/TestFunction_MPC_TS.p +templates/TestFunction_compute_tightening.p +templates/run_tests.p +templates/TestFunction_lqr_tuning_script.p +templates/TestFunction_generate_system_cont.p +templates/TestFunction_traj_cost.p +templates/TestFunction_MPC.p +templates/TestFunction_traj_constraints.p +templates/TestFunction_simulate_uncertain.p +templates/TestFunction_lqr_tuning.p +templates/linearController.p +templates/TestFunction_simulate.p +templates/TestFunction_LQR.p +templates/TestFunction_generate_system.p +templates/TestFunction_generate_constraints.p +templates/TestFunction_MPC_TUBE_script.p +templates/TestFunction_generate_disturbances.p +templates/TestFunction_MPC_TUBE.p +templates/TestFunction_MPC_TS_SC_script.p -- cgit v1.2.1