From patchwork Mon Apr 29 15:17:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10921923 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 D8EEB92A for ; Mon, 29 Apr 2019 15:18:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C88BA28969 for ; Mon, 29 Apr 2019 15:18:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BAC7528971; Mon, 29 Apr 2019 15:18:29 +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 1AE1328969 for ; Mon, 29 Apr 2019 15:18:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728253AbfD2PS2 (ORCPT ); Mon, 29 Apr 2019 11:18:28 -0400 Received: from conuserg-12.nifty.com ([210.131.2.79]:50892 "EHLO conuserg-12.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728249AbfD2PS2 (ORCPT ); Mon, 29 Apr 2019 11:18:28 -0400 Received: from grover.flets-west.jp (softbank126125154137.bbtec.net [126.125.154.137]) (authenticated) by conuserg-12.nifty.com with ESMTP id x3TFI1nY005205; Tue, 30 Apr 2019 00:18:02 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com x3TFI1nY005205 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1556551082; bh=y7m/Zbtbgnjkpx7PoLSWgCOzAu/1IfpmrgyIWbMKpRs=; h=From:To:Cc:Subject:Date:From; b=AblYnwhOIGTIAu1NrJ21cegN9ywsGUPizB5VL8huzgU3lde/Qne9RpZG55SAkcXZG 9rQuWGlQo+ReikfpcKHfqsGKgh85/6ioSxoLZgvQKbSqRTLRH13pifk617gE8xQ0gv nvBu09TqwpP0FYB0Og3zX+KS1j4ILtgQFZOfOPppePgKmILvEJo1SRHkii4uP+jJId 2Xiv2ipp3bhaqFsRn5h0Uhdntbpm8VPK98nhBhbMkqVqoEcafKAJDVN08O8oTKBW8j xrNqoYpkJiPt0dNcyP6VJPfCmH/wAI3I9q/TXI1vUriJbDq3M0FkrWJEYLN6EtKCey rBulr4PY2Valw== X-Nifty-SrcIP: [126.125.154.137] From: Masahiro Yamada To: linux-kbuild@vger.kernel.org Cc: Masahiro Yamada , linux-kernel@vger.kernel.org Subject: [PATCH] .gitignore: add / prefix/suffix to generated include directories Date: Tue, 30 Apr 2019 00:17:53 +0900 Message-Id: <1556551073-19433-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 Clarify these directory paths are relative to the top of source tree. Signed-off-by: Masahiro Yamada --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a20ac26..e7bb6c6 100644 --- a/.gitignore +++ b/.gitignore @@ -90,10 +90,10 @@ modules.builtin # # Generated include files # -include/config -include/generated -include/ksym -arch/*/include/generated +/include/config/ +/include/generated/ +/include/ksym/ +/arch/*/include/generated/ # stgit generated dirs patches-*