From 410cd4f909b4234bff2289078471c563268e5fa9 Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Wed, 14 Nov 2018 00:12:13 -0500 Subject: [PATCH] Added a gitignore file so I can test and not push the tests to the repo --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d8f2e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +#Ignore my test code +main.cpp +#Ignore the Visual Studio Code settings +.vscode/*