diff options
author | Nao Pross <np@0hm.ch> | 2023-05-03 16:09:59 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2023-05-03 16:09:59 +0200 |
commit | 4b4530b385bb67af0377ab103a9bd8c5b6caebba (patch) | |
tree | a211859ec71a4179d2d3c923ca0cce5eb97795ea /.gitignore | |
parent | FIX: pass LQR.m (diff) | |
download | mpc_pe-4b4530b385bb67af0377ab103a9bd8c5b6caebba.tar.gz mpc_pe-4b4530b385bb67af0377ab103a9bd8c5b6caebba.zip |
FIX: Add symlinks to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -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 |