Added a gitignore file so I can test and not push the tests to the repo

This commit is contained in:
2018-11-14 00:12:13 -05:00
parent 0b99682299
commit 410cd4f909

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
#Ignore my test code
main.cpp
#Ignore the Visual Studio Code settings
.vscode/*