.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:
parent
d1cd3da1e5
commit
702d865fe6
6
.gitignore
vendored
6
.gitignore
vendored
@ -50,3 +50,9 @@ cscope.files
|
|||||||
cscope.in.out
|
cscope.in.out
|
||||||
cscope.out
|
cscope.out
|
||||||
cscope.po.out
|
cscope.po.out
|
||||||
|
|
||||||
|
#
|
||||||
|
# ctags output
|
||||||
|
#
|
||||||
|
tags
|
||||||
|
TAGS
|
||||||
|
Loading…
Reference in New Issue
Block a user