logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: 3cd45257202d19ad8e30363791bb80c48b7046e2
parent 00afd8cbb84b80cbddb6ea7a225e01fbd5c2b8ab
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 25 Jun 2025 15:13:39 +0200

.gitignore: /config.h & *.a

Diffstat:

M.gitignore3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -2,7 +2,9 @@ # SPDX-License-Identifier: MPL-2.0 /config.mk +/config.h /target_filter + /cmd/* !/cmd/*.c !/cmd/*.y @@ -13,6 +15,7 @@ /cmd/expr.tab.c *.t.err *.o +*.a /build/