From cf8fc822c2677dc1496e3bd669c7f60ce656a2ce Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 24 Oct 2017 15:43:32 +0200 Subject: Include bachelor-thesis as submodule --- .gitignore | 7 +------ .gitmodules | 3 +++ bachelor-thesis | 1 + 3 files changed, 5 insertions(+), 6 deletions(-) create mode 160000 bachelor-thesis diff --git a/.gitignore b/.gitignore index 4dd2728..87ccfef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ **/.gup **/*.ps +**/*.pdf **/*.class **/abgabe.zip /shell.drv @@ -8,9 +9,3 @@ **/*.o /ws2015/ffp/blaetter/12/demo.sqlite .shell.drv -/bachelor-thesis/literature.meta.yml -/bachelor-thesis/literature.pdf -/ss2016/**/*.pdf -/ss2017/**/*.pdf -/ws2015/**/*.pdf -/ws2016/**/*.pdf diff --git a/.gitmodules b/.gitmodules index 91b1fd1..74e203e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "ss2017/stable-marriage-problem"] path = ss2017/stable-marriage-problem url = git@gitlab.cip.ifi.lmu.de:kleen/stable-marriage-problem +[submodule "bachelor-thesis"] + path = bachelor-thesis + url = git.yggdrasil.li:gkleen/pub/bachelor-thesis diff --git a/bachelor-thesis b/bachelor-thesis new file mode 160000 index 0000000..192c572 --- /dev/null +++ b/bachelor-thesis @@ -0,0 +1 @@ +Subproject commit 192c572c6544b745edd19dee5d76c93c4014ee9e -- cgit v1.2.3