From: Masahiro Yamada Date: Sun, 25 Apr 2021 06:24:05 +0000 (+0900) Subject: .gitignore: ignore only top-level modules.builtin X-Git-Tag: accepted/tizen/unified/20230118.172025~7253^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40cb020305f40bafc2a13c7e879a33dbbd607507;p=platform%2Fkernel%2Flinux-rpi.git .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 --- diff --git a/.gitignore b/.gitignore index deb68b7..7afd412 100644 --- a/.gitignore +++ b/.gitignore @@ -48,7 +48,6 @@ *.xz *.zst Module.symvers -modules.builtin modules.order # @@ -64,6 +63,7 @@ modules.order /vmlinuz /System.map /Module.markers +/modules.builtin /modules.builtin.modinfo /modules.nsdeps