diff --git a/.gitignore b/.gitignore index c1f9720..15ac6ff 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,8 @@ /zig-cache /zig-out /docs -**/*.log \ No newline at end of file +**/*.log + +# Build on WIndows +/.build_config +/lib/SDL2 \ No newline at end of file