Commit 819cb9fc authored by Masahiro Yamada's avatar Masahiro Yamada

.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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 1fca3766
...@@ -54,8 +54,6 @@ modules.order ...@@ -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-* ...@@ -114,6 +112,10 @@ patches-*
patches patches
series series
# ctags files
tags
TAGS
# cscope files # cscope files
cscope.* cscope.*
ncscope.* ncscope.*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment