pluto/.gitignore

19 lines
198 B
Text
Raw Normal View History

2020-10-18 21:18:23 +02:00
# Binaries
**/*.elf
**/*.bin
**/*.o
**/*.iso
# Zig ignore
**/zig-cache/
2024-06-24 20:46:59 +02:00
**/.zig-cache/
2022-06-05 16:15:51 +02:00
**/zig-out/
2020-10-18 21:18:23 +02:00
**/build/
**/build-*/
**/docgen_tmp/
# Custom ignore
**/mock_framework.zig
**/*.ramdisk
**/*.img