pluto/.gitignore
2024-06-24 20:46:59 +02:00

18 lines
198 B
Text

# Binaries
**/*.elf
**/*.bin
**/*.o
**/*.iso
# Zig ignore
**/zig-cache/
**/.zig-cache/
**/zig-out/
**/build/
**/build-*/
**/docgen_tmp/
# Custom ignore
**/mock_framework.zig
**/*.ramdisk
**/*.img