Skip to content

Commit

Permalink
.gitignore: ignore only top-level modules.builtin
Browse files Browse the repository at this point in the history
modules.builtin used to be created in every directory.

Since commit 8b41fc4 ("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 <[email protected]>
  • Loading branch information
masahir0y committed May 1, 2021
1 parent 819cb9f commit 40cb020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
*.xz
*.zst
Module.symvers
modules.builtin
modules.order

#
Expand All @@ -64,6 +63,7 @@ modules.order
/vmlinuz
/System.map
/Module.markers
/modules.builtin
/modules.builtin.modinfo
/modules.nsdeps

Expand Down

0 comments on commit 40cb020

Please sign in to comment.