diff --git a/.gitignore b/.gitignore index bbaaa01..68d9243 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.sublime-workspace +.DS_Store *.acn *.acr *.alg diff --git a/Bachelor Thesis.sublime-project b/Bachelor Thesis.sublime-project new file mode 100644 index 0000000..ec33210 --- /dev/null +++ b/Bachelor Thesis.sublime-project @@ -0,0 +1,8 @@ +{ + "folders": + [ + { + "path": "/Users/joshua/Documents/uni/2012-2013/Bachelor Thesis" + } + ] +} diff --git a/README.md b/README.md deleted file mode 100644 index 7c4e732..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -bachelor_thesis -=============== \ No newline at end of file