diff --git a/.gitignore b/.gitignore index 82d0478..96e8096 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ # Add any directories, files, or patterns you don't want to be tracked by version control .octave_hist -.vscode/* \ No newline at end of file +.vscode/* +*.exe +C++/*.exe \ No newline at end of file