From 9419da708f671e8eeeff8f2de92543966e4a1d31 Mon Sep 17 00:00:00 2001 From: Joshua Moerman Date: Thu, 28 Feb 2013 16:57:44 +0100 Subject: [PATCH] added sublime project etc --- .gitignore | 2 ++ Bachelor Thesis.sublime-project | 8 ++++++++ README.md | 2 -- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 Bachelor Thesis.sublime-project delete mode 100644 README.md 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