Commit 40cb0203 authored by Masahiro Yamada's avatar Masahiro Yamada

.gitignore: ignore only top-level modules.builtin

modules.builtin used to be created in every directory.

Since commit 8b41fc44 ("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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 819cb9fc
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
*.xz *.xz
*.zst *.zst
Module.symvers Module.symvers
modules.builtin
modules.order modules.order
# #
...@@ -64,6 +63,7 @@ modules.order ...@@ -64,6 +63,7 @@ modules.order
/vmlinuz /vmlinuz
/System.map /System.map
/Module.markers /Module.markers
/modules.builtin
/modules.builtin.modinfo /modules.builtin.modinfo
/modules.nsdeps /modules.nsdeps
......
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