Skip to content

Commit 819cb9f

Browse files
committed
.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>
1 parent 1fca376 commit 819cb9f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ modules.order
5454
#
5555
# Top-level generic files
5656
#
57-
/tags
58-
/TAGS
5957
/linux
6058
/modules-only.symvers
6159
/vmlinux
@@ -114,6 +112,10 @@ patches-*
114112
patches
115113
series
116114

115+
# ctags files
116+
tags
117+
TAGS
118+
117119
# cscope files
118120
cscope.*
119121
ncscope.*

0 commit comments

Comments
 (0)