os/.gitignore

28 lines
348 B
Plaintext
Raw Permalink Normal View History

2019-02-09 12:52:45 -06:00
*.bin
*.dis
*.o
*.elf
bochsout.txt
cpu/memory.h
os.iso
disk.img
2019-05-25 10:16:39 -05:00
*.a
init/init
vfs/vfs
2019-08-31 18:45:31 -05:00
devfs/devfs
2019-05-25 10:16:39 -05:00
initrd/*
!initrd/.gitkeep
serout
2019-08-31 18:45:31 -05:00
vga_drv/vga_drv
.vagrant
2020-07-25 16:54:37 -05:00
.vscode
kernel/docs
2020-07-26 15:38:29 -05:00
libc/docs
sysroot/usr/share/man/*
sysroot/usr/include/*
sysroot/boot/initrd.tar
!sysroot/usr/include/.gitkeep
!sysroot/usr/share/man/.gitkeep
2020-08-23 08:51:33 -05:00
pci/pci
initrd_drv/initrd_drv