2022-02-14 10:19:23

by Paul Menzel

[permalink] [raw]
Subject: [PATCH] powerpc/boot: Add `otheros-too-big.bld` to .gitignore

Currently, `git status` lists the file as untracked by git, so tell git
to ignore it.

Fixes: aa3bc365ee73 ("powerpc/ps3: Add check for otheros image size")
Signed-off-by: Paul Menzel <[email protected]>
---
arch/powerpc/boot/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore
index 1eee61b82341..a4716d138cfc 100644
--- a/arch/powerpc/boot/.gitignore
+++ b/arch/powerpc/boot/.gitignore
@@ -16,6 +16,7 @@ kernel-vmlinux.strip.c
kernel-vmlinux.strip.gz
mktree
otheros.bld
+otheros-too-big.bld
uImage
cuImage.*
dtbImage.*
--
2.34.1


2022-02-14 20:36:20

by Geoff Levand

[permalink] [raw]
Subject: Re: [PATCH] powerpc/boot: Add `otheros-too-big.bld` to .gitignore

Hi Paul,

On 2/13/22 22:55, Paul Menzel wrote:
> Currently, `git status` lists the file as untracked by git, so tell git
> to ignore it.

Thanks for your contribution.

Acked-by: Geoff Levand <[email protected]>

2022-03-02 17:27:21

by Michael Ellerman

[permalink] [raw]
Subject: Re: [PATCH] powerpc/boot: Add `otheros-too-big.bld` to .gitignore

On Mon, 14 Feb 2022 07:55:43 +0100, Paul Menzel wrote:
> Currently, `git status` lists the file as untracked by git, so tell git
> to ignore it.
>
>

Applied to powerpc/next.

[1/1] powerpc/boot: Add `otheros-too-big.bld` to .gitignore
https://git.kernel.org/powerpc/c/cb7356986db020c96f37532042fdae6706e81df7

cheers