octochip/.gitignore

15 lines
235 B
Text

### Nix ###
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
# Ignore automatically generated direnv output
.direnv
### End of Nix ###
### Zig ###
.zig-cache/
zig-out/
*.o
### End of Zig ###