Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

.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>

+4 -2
+4 -2
.gitignore
··· 54 54 # 55 55 # Top-level generic files 56 56 # 57 - /tags 58 - /TAGS 59 57 /linux 60 58 /modules-only.symvers 61 59 /vmlinux ··· 111 113 # quilt's files 112 114 patches 113 115 series 116 + 117 + # ctags files 118 + tags 119 + TAGS 114 120 115 121 # cscope files 116 122 cscope.*