25 lines
185 B
Text
25 lines
185 B
Text
# Zig
|
|
.zig-cache/
|
|
zig-out/
|
|
|
|
# Compiled binaries
|
|
*.o
|
|
*.exe
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Project specific
|
|
manwhere
|
|
manwhere-debug
|