add .gitkeep files for directores whose contents are ignored
This commit is contained in:
parent
c010c54c17
commit
93389edc96
9
.gitignore
vendored
9
.gitignore
vendored
@ -11,12 +11,15 @@ init/init
|
|||||||
vfs/vfs
|
vfs/vfs
|
||||||
devfs/devfs
|
devfs/devfs
|
||||||
initrd/*
|
initrd/*
|
||||||
sysroot/boot/initrd.tar
|
!initrd/.gitkeep
|
||||||
serout
|
serout
|
||||||
vga_drv/vga_drv
|
vga_drv/vga_drv
|
||||||
.vagrant
|
.vagrant
|
||||||
.vscode
|
.vscode
|
||||||
kernel/docs
|
kernel/docs
|
||||||
sysroot/usr/share/man
|
|
||||||
libc/docs
|
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
0
initrd/.gitkeep
Normal file
0
sysroot/usr/include/.gitkeep
Normal file
0
sysroot/usr/include/.gitkeep
Normal file
0
sysroot/usr/lib/.gitkeep
Normal file
0
sysroot/usr/lib/.gitkeep
Normal file
0
sysroot/usr/share/man/.gitkeep
Normal file
0
sysroot/usr/share/man/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user