]> git.baikalelectronics.ru Git - kernel.git/commit
hexagon: ignore vmlinux.lds
authorNathan Chancellor <nathan@kernel.org>
Sat, 20 Nov 2021 00:43:34 +0000 (16:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 20 Nov 2021 18:35:54 +0000 (10:35 -0800)
commitbf84bd308c9da6b801859088f7dce56a5700ccaa
treef96c13006aa0889e986b93001487e373e10f0292
parentdeb28fad109f8eba6e4fc631210020f555e9eac4
hexagon: ignore vmlinux.lds

After building allmodconfig, there is an untracked vmlinux.lds file in
arch/hexagon/kernel:

    $ git ls-files . --exclude-standard --others
    arch/hexagon/kernel/vmlinux.lds

Ignore it as all other architectures have.

Link: https://lkml.kernel.org/r/20211115174250.1994179-4-nathan@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Cc: Brian Cain <bcain@codeaurora.org>
Cc: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/hexagon/kernel/.gitignore [new file with mode: 0644]