From 1e81d34a6d5cb6e47081ab9adae4bf291a6d9b1b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 14 Sep 2017 16:46:05 -0400 Subject: Add .gitignore target to bins Makefile --- bin/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/Makefile b/bin/Makefile index 564bfc74..e0933eae 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -36,4 +36,7 @@ link: $(BINS) unlink: rm -f $(BINS:%=~/.bin/%) +.gitignore: Makefile + echo $(BINS) | tr ' ' '\n' > .gitignore + .PHONY: all clean link unlink -- cgit 1.4.1