Received: by 10.223.176.5 with SMTP id f5csp701497wra; Fri, 9 Feb 2018 05:57:01 -0800 (PST) X-Google-Smtp-Source: AH8x225nwXZwspyznYXb+hXBV10lnk/xYWe3jR5JvJ2+YFWCcEcIAgE6YDAgkz8XVi4ygnlFL226 X-Received: by 10.99.9.1 with SMTP id 1mr2452768pgj.257.1518184621664; Fri, 09 Feb 2018 05:57:01 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518184621; cv=none; d=google.com; s=arc-20160816; b=sgRfhFRkEJSFi5obFQoHSgXR499BrE2ttzy2h2BGFvMHCw9irEa1SFTuzzcLMTYpKY eHK1AXxCcILXle3AczDoHUQE8olfnHAMQeV7v1mSa747dFlhFem1GEWgC6QvJJzBKouf Du9q1UfOjS/eJBzOOa1cR9XHQvlZfO2e3ZSHWwsHUPttOtqq82VEwNbsLhRmuObLqduf QGWLnSMu4za7pASpXnMu2N8wiXotK2r/vjJ0zndtuhZKazwmW1kmj3C08DxAgjIOAG6Q l+eyCRhS/ETCp+ADt2CNR+17RV9nzCCJrKSQ8rDd/IXG4S8V3wR4xjkD+32SPSq4nEDe 4D3w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=i07V2AOiVYlV6GOKC+2mxUfyEOMEsqFcoQNzASurNvk=; b=VG/1ZPuI+MpDsou4tW2uom9gsse337IcTw8qFlrbgyuYh1SFsScwW2BBEL74ArQwnJ MiM3lYVALgE5DJGUlOBZyTPfUgZVUutcip08dw78U4xG7pIJU+Ksg0QK7IJuxMXz+EnH rKkRx3x7Mkspgoz3wGD8xQ3hJnCioTMpjFmXemkJ7qzQDozAoaqNt3SKW5qyXvzSpdgM QMhSNWSQY4Eku72HU9u9AkgcLl32E/L3/PRQA+fr2HeXc1q2yG/9HZkdNfFW9XR1LEor zxc1Jje+MzoXcWlqCyF8WW+2cFKDaYwFDhI6FmpubaaD9/hJ7hE/zL/c4OjqBdKFtP3k pJpg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g8si1406422pgq.446.2018.02.09.05.56.47; Fri, 09 Feb 2018 05:57:01 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753653AbeBINpd (ORCPT + 99 others); Fri, 9 Feb 2018 08:45:33 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51860 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751179AbeBINp3 (ORCPT ); Fri, 9 Feb 2018 08:45:29 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 354CF10F7; Fri, 9 Feb 2018 13:45:29 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Masahiro Yamada , Rob Herring Subject: [PATCH 4.14 02/22] .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore Date: Fri, 9 Feb 2018 14:39:51 +0100 Message-Id: <20180209133934.206781207@linuxfoundation.org> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180209133934.024795822@linuxfoundation.org> References: <20180209133934.024795822@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Masahiro Yamada commit 10b62a2f785ab55857380f0c63d9fa468fd8c676 upstream. Most of DT files are compiled under arch/*/boot/dts/, but we have some other directories, like drivers/of/unittest-data/. We often miss to add gitignore patterns per directory. Since there are no source files that end with .dtb or .dtb.S, we can ignore the patterns globally. Signed-off-by: Masahiro Yamada Signed-off-by: Rob Herring Signed-off-by: Greg Kroah-Hartman --- .gitignore | 2 ++ arch/arc/boot/.gitignore | 1 - arch/arm/boot/.gitignore | 1 - arch/arm64/boot/dts/.gitignore | 1 - arch/metag/boot/.gitignore | 1 - arch/microblaze/boot/.gitignore | 1 - arch/mips/boot/.gitignore | 1 - arch/nios2/boot/.gitignore | 1 - arch/powerpc/boot/.gitignore | 1 - arch/xtensa/boot/.gitignore | 1 - drivers/of/unittest-data/.gitignore | 2 -- 11 files changed, 2 insertions(+), 11 deletions(-) --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ *.bin *.bz2 *.c.[012]*.* +*.dtb +*.dtb.S *.dwo *.elf *.gcno --- a/arch/arc/boot/.gitignore +++ b/arch/arc/boot/.gitignore @@ -1,2 +1 @@ -*.dtb* uImage --- a/arch/arm/boot/.gitignore +++ b/arch/arm/boot/.gitignore @@ -3,4 +3,3 @@ zImage xipImage bootpImage uImage -*.dtb --- a/arch/arm64/boot/dts/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.dtb --- a/arch/metag/boot/.gitignore +++ b/arch/metag/boot/.gitignore @@ -1,4 +1,3 @@ vmlinux* uImage* ramdisk.* -*.dtb* --- a/arch/microblaze/boot/.gitignore +++ b/arch/microblaze/boot/.gitignore @@ -1,3 +1,2 @@ -*.dtb linux.bin* simpleImage.* --- a/arch/mips/boot/.gitignore +++ b/arch/mips/boot/.gitignore @@ -5,4 +5,3 @@ zImage zImage.tmp calc_vmlinuz_load_addr uImage -*.dtb --- a/arch/nios2/boot/.gitignore +++ b/arch/nios2/boot/.gitignore @@ -1,2 +1 @@ -*.dtb vmImage --- a/arch/powerpc/boot/.gitignore +++ b/arch/powerpc/boot/.gitignore @@ -18,7 +18,6 @@ otheros.bld uImage cuImage.* dtbImage.* -*.dtb treeImage.* vmlinux.strip zImage --- a/arch/xtensa/boot/.gitignore +++ b/arch/xtensa/boot/.gitignore @@ -1,3 +1,2 @@ uImage zImage.redboot -*.dtb --- a/drivers/of/unittest-data/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -testcases.dtb -testcases.dtb.S