commit 8ca12835a58ead392822bfd52241e68eba7cd99f
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Wed Sep 27 06:35:21 2023 +0200
Commit:     Roberto E. Vargas Caballero <[email protected]>
CommitDate: Wed Sep 27 06:37:38 2023 +0200

    build: Remove .gitignore rule
    
    It is not needed because it is just easier to maintain
    the gitignore file.

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

Reply via email to