diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-04-16 20:37:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-04-16 20:37:01 +0000 |
commit | 73cff35173dd75b0254ae7cf9098c32822859de0 (patch) | |
tree | fd1bb09611b2b7064967ca8d8b2aef98514e616b /.gitignore | |
parent | 5199738f4e32773f4f752a94998593e18e3af36f (diff) | |
download | s6-linux-init-73cff35173dd75b0254ae7cf9098c32822859de0.tar.xz |
It builds! Tomorrow: skeletons for stage2, stage3 and runlevel scripts.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -1,8 +1,18 @@ *.o *.lo +/libhpr.a.xyzzy +/libs6_linux_init.a.xyzzy +/libs6_linux_init.so.xyzzy /config.mak /src/include/s6-linux-init/config.h +/s6-linux-init +/s6-linux-init-halt +/s6-linux-init-poweroff +/s6-linux-init-reboot +/s6-linux-init-shutdown +/s6-linux-init-shutdownd +/s6-linux-init-telinit +/s6-linux-init-logouthookd +/s6-linux-init-echo +/s6-linux-init-umountall /s6-linux-init-maker -/s6-halt -/s6-poweroff -/s6-reboot |