diff mbox

ARM: Ignore compressed kernel build products

Message ID 20161208185449.7196-1-f.fainelli@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Florian Fainelli Dec. 8, 2016, 6:54 p.m. UTC
When we select a kernel compression scheme, we will end-up with e.g:
piggy.xzkern under arch/arm/boot/compressed/, let's ignore these files.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 arch/arm/boot/compressed/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Florian Fainelli Jan. 24, 2017, 12:51 a.m. UTC | #1
On 12/08/2016 10:54 AM, Florian Fainelli wrote:
> When we select a kernel compression scheme, we will end-up with e.g:
> piggy.xzkern under arch/arm/boot/compressed/, let's ignore these files.
> 
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

I took the liberty to submit this patch as 8645/1 since it is a trivial
change. Thanks!
Masahiro Yamada Jan. 24, 2017, 1:11 a.m. UTC | #2
2017-01-24 9:51 GMT+09:00 Florian Fainelli <f.fainelli@gmail.com>:
> On 12/08/2016 10:54 AM, Florian Fainelli wrote:
>> When we select a kernel compression scheme, we will end-up with e.g:
>> piggy.xzkern under arch/arm/boot/compressed/, let's ignore these files.
>>
>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
>
> I took the liberty to submit this patch as 8645/1 since it is a trivial
> change. Thanks!


Are you reverting 53f67545c21c756d7959fb86af30899c4b43141c ?
Why do you need this?
Florian Fainelli Jan. 24, 2017, 1:13 a.m. UTC | #3
On 01/23/2017 05:11 PM, Masahiro Yamada wrote:
> 2017-01-24 9:51 GMT+09:00 Florian Fainelli <f.fainelli@gmail.com>:
>> On 12/08/2016 10:54 AM, Florian Fainelli wrote:
>>> When we select a kernel compression scheme, we will end-up with e.g:
>>> piggy.xzkern under arch/arm/boot/compressed/, let's ignore these files.
>>>
>>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
>>
>> I took the liberty to submit this patch as 8645/1 since it is a trivial
>> change. Thanks!
> 
> 
> Are you reverting 53f67545c21c756d7959fb86af30899c4b43141c ?
> Why do you need this?

OK, missed that one. Seems like I was switching between different
branches of in the same source tree, so they had a different version of
.gitignore as well.

Russell please drop this from your patch tracker, sorry about that.

Thanks
diff mbox

Patch

diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore
index 86b2f5d28240..06686768610f 100644
--- a/arch/arm/boot/compressed/.gitignore
+++ b/arch/arm/boot/compressed/.gitignore
@@ -4,6 +4,7 @@  font.c
 lib1funcs.S
 hyp-stub.S
 piggy_data
+piggy.*
 vmlinux
 vmlinux.lds