Skip to content
  • Masahiro Yamada's avatar
    .gitignore: ignore only top-level modules.builtin · 40cb0203
    Masahiro Yamada authored
    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>
    40cb0203