summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore7
-rw-r--r--.gitmodules3
m---------bachelor-thesis0
3 files changed, 4 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 4dd2728..87ccfef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
1**/.gup 1**/.gup
2**/*.ps 2**/*.ps
3**/*.pdf
3**/*.class 4**/*.class
4**/abgabe.zip 5**/abgabe.zip
5/shell.drv 6/shell.drv
@@ -8,9 +9,3 @@
8**/*.o 9**/*.o
9/ws2015/ffp/blaetter/12/demo.sqlite 10/ws2015/ffp/blaetter/12/demo.sqlite
10.shell.drv 11.shell.drv
11/bachelor-thesis/literature.meta.yml
12/bachelor-thesis/literature.pdf
13/ss2016/**/*.pdf
14/ss2017/**/*.pdf
15/ws2015/**/*.pdf
16/ws2016/**/*.pdf
diff --git a/.gitmodules b/.gitmodules
index 91b1fd1..74e203e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
7[submodule "ss2017/stable-marriage-problem"] 7[submodule "ss2017/stable-marriage-problem"]
8 path = ss2017/stable-marriage-problem 8 path = ss2017/stable-marriage-problem
9 url = git@gitlab.cip.ifi.lmu.de:kleen/stable-marriage-problem 9 url = git@gitlab.cip.ifi.lmu.de:kleen/stable-marriage-problem
10[submodule "bachelor-thesis"]
11 path = bachelor-thesis
12 url = git.yggdrasil.li:gkleen/pub/bachelor-thesis
diff --git a/bachelor-thesis b/bachelor-thesis
new file mode 160000
Subproject 192c572c6544b745edd19dee5d76c93c4014ee9