diff --git a/.gitignore b/.gitignore index 9c44707..601f11e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ # Ignore binary files +out *.bin # Ignore compiled object files +.vs *.o *.d