.gitignore: move tags and TAGS close to other tag files

For consistency, move tags and TAGS close to the cscope and GNU Global
patterns.

I removed the '/' prefix in case somebody wants to manually create tag
files in sub-directories.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
Masahiro Yamada 2021-04-25 15:24:04 +09:00
parent 1fca376603
commit 819cb9fc80
1 changed files with 4 additions and 2 deletions

6
.gitignore vendored
View File

@ -54,8 +54,6 @@ modules.order
# #
# Top-level generic files # Top-level generic files
# #
/tags
/TAGS
/linux /linux
/modules-only.symvers /modules-only.symvers
/vmlinux /vmlinux
@ -114,6 +112,10 @@ patches-*
patches patches
series series
# ctags files
tags
TAGS
# cscope files # cscope files
cscope.* cscope.*
ncscope.* ncscope.*