diff options
author | Nathan Chancellor <[email protected]> | 2021-11-19 16:43:34 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2021-11-20 10:35:54 -0800 |
commit | eaac2f898974234b38db72aed573e68fa5a81f7e (patch) | |
tree | f96c13006aa0889e986b93001487e373e10f0292 | |
parent | 51f2ec593441d3d1ebc0d478fac3ea329c7c93ac (diff) |
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/[email protected]
Signed-off-by: Nathan Chancellor <[email protected]>
Cc: Brian Cain <[email protected]>
Cc: Nick Desaulniers <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | arch/hexagon/kernel/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/hexagon/kernel/.gitignore b/arch/hexagon/kernel/.gitignore new file mode 100644 index 000000000000..c5f676c3c224 --- /dev/null +++ b/arch/hexagon/kernel/.gitignore @@ -0,0 +1 @@ +vmlinux.lds |