diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-12 02:00:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-12 02:00:11 +0000 |
commit | 2a2c6e81937c137c336b6c7a2c95d7e02e7595d5 (patch) | |
tree | a1df08f96418b8d73ad5b585616ca7012e899fc7 /.gitignore | |
parent | 774654ad56fc9304e4a064232760835c7a2a6c13 (diff) | |
download | s6-portable-utils-2a2c6e81937c137c336b6c7a2c95d7e02e7595d5.tar.xz |
Fix .gitignore
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,8 @@ *.so.* /config.mak /src/include/s6-portable-utils/config.h +/src/multicall/s6-portable-utils.c +/s6-portable-utils /s6-basename /s6-cat /s6-chmod @@ -49,4 +51,3 @@ /s6-unquote-filter /s6-update-symlinks /seekablepipe -/s6-portable-utils |