From a365970985e56beaa48b70d9efb5c7a4e4c0c4ad Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Wed, 14 Nov 2018 11:59:39 -0500 Subject: [PATCH] Updated to track test code, but ignore the executables --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4d8f2e4..09609c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -#Ignore my test code -main.cpp #Ignore the Visual Studio Code settings .vscode/* +#Ignore the executables +*.exe