gitignore: Ignore 'tags' file generated by ctags
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
This commit is contained in:
parent
45a0dc164a
commit
12f92e2e4f
|
|
@ -10,6 +10,7 @@ Config
|
||||||
# cscope
|
# cscope
|
||||||
cscope.*
|
cscope.*
|
||||||
ncscope.*
|
ncscope.*
|
||||||
|
tags
|
||||||
TAGS
|
TAGS
|
||||||
|
|
||||||
# git files that we don't want to ignore even it they are dot-files
|
# git files that we don't want to ignore even it they are dot-files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue