rogged/.gitignore
NotAShelf efd8ae04a8
meta: ignore zig-out dir and object files
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I239d69f962600dffe1bb3cf48511b53a6a6a6964
2026-06-11 10:39:31 +03:00

13 lines
93 B
Text

# Nix
/.direnv/
result*
# Build artifacts
build
obj
roguelike
# Zig
.zig-cache
zig-out
*.o