projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fca376
)
.gitignore: move tags and TAGS close to other tag files
author
Masahiro Yamada
<masahiroy@kernel.org>
Sun, 25 Apr 2021 06:24:04 +0000
(15:24 +0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Sat, 1 May 2021 15:43:35 +0000
(
00:43
+0900)
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>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index df8d3146a43fefae40f62384a9ce2d31d0690021..deb68b7555adc5d6608bee036b608c4010fdfbca 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-54,8
+54,6
@@
modules.order
#
# Top-level generic files
#
-/tags
-/TAGS
/linux
/modules-only.symvers
/vmlinux
@@
-114,6
+112,10
@@
patches-*
patches
series
+# ctags files
+tags
+TAGS
+
# cscope files
cscope.*
ncscope.*