add .gitkeep files for directores whose contents are ignored

This commit is contained in:
pjht 2020-07-28 10:34:16 -05:00
parent c010c54c17
commit 93389edc96
5 changed files with 6 additions and 3 deletions

9
.gitignore vendored
View File

@ -11,12 +11,15 @@ init/init
vfs/vfs
devfs/devfs
initrd/*
sysroot/boot/initrd.tar
!initrd/.gitkeep
serout
vga_drv/vga_drv
.vagrant
.vscode
kernel/docs
sysroot/usr/share/man
libc/docs
sysroot/usr/include
sysroot/usr/share/man/*
sysroot/usr/include/*
sysroot/boot/initrd.tar
!sysroot/usr/include/.gitkeep
!sysroot/usr/share/man/.gitkeep

0
initrd/.gitkeep Normal file
View File

View File

0
sysroot/usr/lib/.gitkeep Normal file
View File

View File