diff options
author | June McEnroe <programble@gmail.com> | 2018-02-06 20:33:13 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-06 20:35:44 -0500 |
commit | 685d657c4135eeff61eee2896c90e2bed448facc (patch) | |
tree | 7dd59e0bb408e1201be4f9290ab00764eb24dfc9 /bin/.gitignore | |
parent | Replace gfxx SCALE macro with interp function (diff) | |
download | src-685d657c4135eeff61eee2896c90e2bed448facc.tar.gz src-685d657c4135eeff61eee2896c90e2bed448facc.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | bin/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |