1
0
Fork 0
forked from NotAShelf/rogged

meta: ignore zig-out dir and object files

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I239d69f962600dffe1bb3cf48511b53a6a6a6964
This commit is contained in:
raf 2026-06-11 10:35:45 +03:00
commit efd8ae04a8
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

3
.gitignore vendored
View file

@ -9,4 +9,5 @@ roguelike
# Zig
.zig-cache
.zig-out
zig-out
*.o