ikskuh / SDL.zig

A shallow wrapper around SDL that provides object API and error handling
MIT License
360 stars 79 forks source link

add zig-cache to gitignore #189

Closed DispairingGoose closed 4 months ago

DispairingGoose commented 4 months ago

The zig compiler emits files to a zig-cache folder, and I don't believe these should be committed to git

ikskuh commented 4 months ago

Yeah, it was from an update to 0.13, but 0.12 uses zig-cache still. Lib is currently compatible with both, so we should actually respect that :)