From 685d657c4135eeff61eee2896c90e2bed448facc Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 6 Feb 2018 20:33:13 -0500 Subject: Add tags target This seems a bit out of character for me, but this is basically free: ctags(1) is part of FreeBSD and Darwin, and vim automatically uses tags. Also the format of tags files is cute. --- bin/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/.gitignore') diff --git a/bin/.gitignore b/bin/.gitignore index 354e7720..f20dec2e 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -1,3 +1,4 @@ +tags *.o atch dtch -- cgit 1.4.1