From 40184a1dd5494087e3126b86146c594cfdb0c350 Mon Sep 17 00:00:00 2001 From: June 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 9b09f5d8c98eb1f745be2'/> dontfiles
summary refs log tree commit diff
path: root/port/wcwidth/.gitignore (unfollow)
Commit message (Expand)Author
2020-06-19Publish "IRC suite"June McEnroe
2020-06-17Add errors to link.shJune McEnroe