From: Lyndon Nerenberg Date: Wed, 1 Oct 2014 22:36:25 +0000 (-0700) Subject: git: ignore top-level tags files X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/a89bd04370dead35cf1f19f30482713a9f5c3a1e?hp=5ebb429354533b5aa255283a512dde3a284eec3a git: ignore top-level tags files atags is the output from a ctags variant that generates its output in a format recognized by Plan 9's acme editor. (ftp://orthanc.ca/unix/atags/ for details.) --- diff --git a/.gitignore b/.gitignore index 2992ad6d..4e9297db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Not removed by any Makefile target: .DS_Store +/atags /docs/doxygen/ +/etags +/tags # Removed by superclean: /ChangeLog