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