commit 1babd20a68066df9da1f131871b7ec3743301327 Author: Josh Creek Date: Mon Oct 14 09:57:38 2019 +0100 Added gitignore file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cbbd0b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin/ +obj/ \ No newline at end of file