From c4d8fd30c46ea08f28a66cb4b94fe5a90917a5e2 Mon Sep 17 00:00:00 2001 From: Andres Acosta Date: Thu, 19 Dec 2024 14:41:31 +0100 Subject: [PATCH] Add MSP exercises submodule. Signed-off-by: Andres Acosta --- .gitmodules | 3 +++ examples/Notebooks/MSP-lecture | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 examples/Notebooks/MSP-lecture diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..26a8b7153 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "examples/Notebooks/MSP-lecture"] + path = examples/Notebooks/MSP-lecture + url = https://git.rwth-aachen.de/acs/public/teaching/msp/notebooks.git diff --git a/examples/Notebooks/MSP-lecture b/examples/Notebooks/MSP-lecture new file mode 160000 index 000000000..628f946f4 --- /dev/null +++ b/examples/Notebooks/MSP-lecture @@ -0,0 +1 @@ +Subproject commit 628f946f481cd92f9ff9c1e37d2ebf9ca7f7102a