.gitignore: add ctags output files

Exuberant ctags creates an output file called "tags" by default or
"TAGS" when it's run in emacs mode. Add those two files to .gitignore so
they won't be removed by git clean -df.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Martin Kaiser 2018-09-24 21:00:47 +02:00 committed by Denys Vlasenko
parent d1cd3da1e5
commit 702d865fe6

6
.gitignore vendored
View File

@ -50,3 +50,9 @@ cscope.files
cscope.in.out
cscope.out
cscope.po.out
#
# ctags output
#
tags
TAGS