build: Remove .gitignore rule

It is not needed because it is just easier to maintain
the gitignore file.
This commit is contained in:
Roberto E. Vargas Caballero 2023-09-27 06:35:21 +02:00
parent d3780956a9
commit 8ca12835a5
1 changed files with 1 additions and 4 deletions

View File

@ -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