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