From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753276AbcLHSy3 (ORCPT ); Thu, 8 Dec 2016 13:54:29 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:32777 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751959AbcLHSy2 (ORCPT ); Thu, 8 Dec 2016 13:54:28 -0500 From: Florian Fainelli To: linux-arm-kernel@vger.kernel.org Cc: Florian Fainelli , Russell King , Masahiro Yamada , linux-arm-kernel@lists.infradead.org (moderated list:ARM PORT), linux-kernel@vger.kernel.org (open list) Subject: [PATCH] ARM: Ignore compressed kernel build products Date: Thu, 8 Dec 2016 10:54:16 -0800 Message-Id: <20161208185418.32589-1-f.fainelli@gmail.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- arch/arm/boot/compressed/.gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.9.3