tbillington / kondo

Cleans dependencies and build artifacts from your projects.
MIT License
1.82k stars 54 forks source link

Fix: Add .zig-cache and zig-out dirs to zig project #147

Closed Tomcat-42 closed 5 days ago

Tomcat-42 commented 5 days ago

Recent versions of zig now saves zig-cache to .zig-cache(note the leading dot), also, the resulting build artifacts are saved to zig-out.

This pr simply add those dirs to be deleted.

tbillington commented 5 days ago

Cheers!