Added ignore for executables

This commit is contained in:
2018-09-26 23:53:01 -04:00
parent 8fbc3f2a15
commit b98db8f9b5

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
# Add any directories, files, or patterns you don't want to be tracked by version control
.octave_hist
.vscode/*
*.exe
C++/*.exe