about summary refs log tree commit diff
path: root/.gitignore
blob: d10c818f1bac9b34c5b05935f4cc819a01315bf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.direnv/

*.o
*.s
*.out
stage*

zig-out/
.zig-cache/

main