summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b7bb740c08c2dee6718408da5ced070420e3610c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Zig build artifacts
main
zig-cache/
.zig-cache/
zig-out/

# Compiled binary output
bin/
!bin/.gitkeep

# Ignore any .o or .h files generated during build
*.o
*.h

# Ignore OS and editor specific files
**/.DS_Store
*.swp
*~