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 4ee7e0254c026ceb5253699'>this commit dontfiles
summary refs log tree commit diff
path: root/www/photo.causal.agency/0072/lens (unfollow)
Commit message (Expand)Author
2026-03-23Add -ll for hilexJune McEnroe
2026-02-17Remove photo metadata directoriesJune McEnroe
2026-02-17Ignore photo metadataJune McEnroe
2026-02-16Populate films datalist with 20 most recently usedJune McEnroe
2026-02-16Select last used bodyJune McEnroe
2026-02-15Don't break on trip with removed bodyJune McEnroe
2026-02-11Keep manpath.conf sortedJune McEnroe