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: ignore only top-level modules.builtin

modules.builtin used to be created in every directory.

Since commit 8b41fc4454e3 ("kbuild: create modules.builtin without
Makefile.modbuiltin or tristate.conf"), modules.builtin is created only
in the top directory.

Add the '/' prefix so that it matches to only the modules.builtin located
in the top directory.

It has been more than one year since that change. I hope this will not
flood 'Untracked files' of 'git status'.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

+1 -1
+1 -1
.gitignore
··· 48 48 *.xz 49 49 *.zst 50 50 Module.symvers 51 - modules.builtin 52 51 modules.order 53 52 54 53 # ··· 63 64 /vmlinuz 64 65 /System.map 65 66 /Module.markers 67 + /modules.builtin 66 68 /modules.builtin.modinfo 67 69 /modules.nsdeps 68 70