Luna/.gitignore
apio 1a82bbb234 ports: Add a port system
The only port right now is bc, which works... kind of.
It compiles, and runs, but is really janky. At least it runs!!
2022-10-23 16:44:50 +02:00

16 lines
234 B
Plaintext

Luna.iso
toolchain/
.vscode/
**/*.o
initrd/boot/moon.elf
kernel/bin/moon.elf
initrd/sys/moon.sym
initrd/bin/**
apps/bin/**
tests/**/bin/**
base/usr/include/**
base/usr/lib/**
**/*.a
ports/**/workdir/**
ports/ports.list
**/*.pkg.tar.xz