From 8ca12835a58ead392822bfd52241e68eba7cd99f Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Wed, 27 Sep 2023 06:35:21 +0200 Subject: [PATCH] build: Remove .gitignore rule It is not needed because it is just easier to maintain the gitignore file. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 226ed52..681eb4d 100644 --- a/Makefile +++ b/Makefile @@ -277,7 +277,4 @@ clean: rm -f $(BIN) $(OBJ) $(LIB) sbase-box sbase-$(VERSION).tar.gz rm -f getconf.h -.gitignore: - { printf '*.o\n' ; printf '/%s\n' getconf.h $(LIB) $(BIN) ; } > $@ - -.PHONY: all install uninstall dist sbase-box-install sbase-box-uninstall clean .gitignore +.PHONY: all install uninstall dist sbase-box-install sbase-box-uninstall clean