build: Remove .gitignore rule - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 8ca12835a58ead392822bfd52241e68eba7cd99f | |
parent d3780956a991d64056a4bade210fffca53c531a3 | |
Author: Roberto E. Vargas Caballero <[email protected]> | |
Date: Wed, 27 Sep 2023 06:35:21 +0200 | |
build: Remove .gitignore rule | |
It is not needed because it is just easier to maintain | |
the gitignore file. | |
Diffstat: | |
M Makefile | 5 +---- | |
1 file changed, 1 insertion(+), 4 deletions(-) | |
--- | |
diff --git 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… | |
+.PHONY: all install uninstall dist sbase-box-install sbase-box-uninstall clean |