summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-10-24 15:43:32 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-10-24 15:43:32 +0200
commitcf8fc822c2677dc1496e3bd669c7f60ce656a2ce (patch)
tree269f9200d9b52fb07b459afa1f49f2c2bcc90ea8
parent0e4b4d120d1420e0aaefbcee7dac2adb5025eaa0 (diff)
downloaduni-cf8fc822c2677dc1496e3bd669c7f60ce656a2ce.tar
uni-cf8fc822c2677dc1496e3bd669c7f60ce656a2ce.tar.gz
uni-cf8fc822c2677dc1496e3bd669c7f60ce656a2ce.tar.bz2
uni-cf8fc822c2677dc1496e3bd669c7f60ce656a2ce.tar.xz
uni-cf8fc822c2677dc1496e3bd669c7f60ce656a2ce.zip
Include bachelor-thesis as submoduleHEADmaster
-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