1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
# Zig build artifacts zig-out # Zig build cache and build directory .zig-cache/ .zig-build/ # Akiba build artifacts .akiba-build-* iso/ # Object files and logs *.o *.elf *.log # Grub AFS build artifacts toolchain*/grub-afs/build toolchain*/grub-afs/grub-* toolchain*/grub-afs/grub.* # OS System files .DS_Store .Thumbs.db # IDE files .vscode/ .idea/ .claude/