From patchwork Tue May 7 12:48:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10932907 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9788D13AD for ; Tue, 7 May 2019 12:49:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 88F3528979 for ; Tue, 7 May 2019 12:49:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7D5482897A; Tue, 7 May 2019 12:49:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2E6A028972 for ; Tue, 7 May 2019 12:49:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726197AbfEGMtA (ORCPT ); Tue, 7 May 2019 08:49:00 -0400 Received: from conuserg-07.nifty.com ([210.131.2.74]:23556 "EHLO conuserg-07.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726159AbfEGMtA (ORCPT ); Tue, 7 May 2019 08:49:00 -0400 Received: from grover.flets-west.jp (softbank126125154139.bbtec.net [126.125.154.139]) (authenticated) by conuserg-07.nifty.com with ESMTP id x47Cmr6D025198; Tue, 7 May 2019 21:48:53 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com x47Cmr6D025198 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1557233334; bh=QHgrx9JlLgTxo5RIiXOXGXOqS1tuTFILxM8klYbVGNQ=; h=From:To:Cc:Subject:Date:From; b=ur1LfKkVfxqXAHwJ+HcCg0FXWJHwa5aL8BIYsLtXOSt3FZoB7BaTWSMheRs62uG4+ dAQT4unggsHegY8A/FFSlxK1q9FqCkSCp77rZXgzoOswd/jGWnCh3ajewdPX+KWpkK 011FsptQ8m+LfKsLRYErZKsdIR5cNyGyqKREeXoIg+oszGRvzymMh6ZLFq0DAxSG8J 6Ml33H8qFOx3wUrWkMPabJGXh7suKFf5s0SApMcRnYT3Y5U2xZ/fW38gelBUX5U9xR xu9Q7YX2LVn6dhxGIO1KIdKh+rXQIEf8NCdTUQSVKWFp86hti0X4E6b0fO7WrREjG+ q0FI5PBQk7P2A== X-Nifty-SrcIP: [126.125.154.139] From: Masahiro Yamada To: linux-kbuild@vger.kernel.org Cc: Masahiro Yamada , linux-kernel@vger.kernel.org Subject: [PATCH] .gitignore: add more all*.config patterns Date: Tue, 7 May 2019 21:48:46 +0900 Message-Id: <1557233326-13247-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP For completeness, ignore all the allconfig variants. I added a leading slash because they are only searched in the top of the tree. Signed-off-by: Masahiro Yamada --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2fb1765..d263ca9 100644 --- a/.gitignore +++ b/.gitignore @@ -130,7 +130,12 @@ signing_key.x509 x509.genkey # Kconfig presets -all.config +/all.config +/alldef.config +/allmod.config +/allno.config +/allrandom.config +/allyes.config # Kdevelop4 *.kdev4