Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 281ADC6FD1D for ; Wed, 15 Mar 2023 21:21:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232825AbjCOVVt (ORCPT ); Wed, 15 Mar 2023 17:21:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233058AbjCOVVk (ORCPT ); Wed, 15 Mar 2023 17:21:40 -0400 Received: from mail-il1-x135.google.com (mail-il1-x135.google.com [IPv6:2607:f8b0:4864:20::135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 822D494A6F for ; Wed, 15 Mar 2023 14:21:10 -0700 (PDT) Received: by mail-il1-x135.google.com with SMTP id e9e14a558f8ab-3179d0e6123so386405ab.1 for ; Wed, 15 Mar 2023 14:21:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; t=1678915268; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=WtGkZta8kr3aX4OtnVnQYv6dSKat8tApsT2Nzd8BoY8=; b=UMGT0VYp2EMsMxZh0XfEzS2agPikhIKE5OZ0SgN7tPGwdu7bDg4RK/Jc5yyVikxUmP yTKfzktQKLdQVJhWxlposn/04ZlaP9gPpXyvwctaWTD2mZEJoEJTTmBmrFtNFob+Cagp b3RZ/i2XKwd+N1uaTmmduwE4DAW1h4GKOZg1rIwre8CDpDBwaAOi+0QnBHU9JVAdtVdh NMeMddQP03mG8FZmzSbMeIY8ZIaI5XEX37RcZ8607AM4QoC+kjhr4N5JDezDpTyX4opS uJ+7P63sn/o9P7tWaTwLg+C0kEFWG8TYcaqW1P7VooEiaNS7nwIu+b2lNsb6UUyS/jAG SGyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678915268; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=WtGkZta8kr3aX4OtnVnQYv6dSKat8tApsT2Nzd8BoY8=; b=tlEWX8shW9c2NMW/EGxaZVIvACVQbuF6mUIXRmuUzFbb81R8yo6tGlUCdb8zXfqCnn LCQJ57ExHg7uVK/Ro+Vgv+R2J7KAr8XVuIAiE5Vu/j7eUdKV5iKAPA6GcQ41PCImLZi8 LPiB5WeewsOtnx68lO1H34BeCq1Jf53Tns78Im6METQWpXiUDk20sefb27K/7dP3zxjp T8+SvTBAqUQotG9vgn1s6IAd3hdeZET7PsVipCGdiY8db3tILZU/76I5scX239syAiuj bTZg3LZIbQKUB4yoTP5pB5MdvpXXLQ9ifYfv24hdVMgElxiIkStIrmNr7h7Rr6KH/EzQ lZ/A== X-Gm-Message-State: AO0yUKXvtscK71sy2zVt3Lw1vdzC2Wy7gPArCV21hMATce4woZnZEJ18 DVQ+8FdbshrWz05XWxZlaHE3GsmX6WxNmTnsW++XWQ== X-Google-Smtp-Source: AK7set8i0GD1k60EpeCsObmq8w6FjI/SxZtdvSvjKGP23RhGqBwh74Oha5n5jUHDosr6VgpOLpG5yVTn7VbzEPxNsME= X-Received: by 2002:a05:6e02:1c2b:b0:322:848b:6c53 with SMTP id m11-20020a056e021c2b00b00322848b6c53mr23965ilh.14.1678915268259; Wed, 15 Mar 2023 14:21:08 -0700 (PDT) MIME-Version: 1.0 References: <20230315054932.1639169-1-gthelen@google.com> In-Reply-To: <20230315054932.1639169-1-gthelen@google.com> From: Ian Rogers Date: Wed, 15 Mar 2023 14:20:56 -0700 Message-ID: Subject: Re: [PATCH] tools/resolve_btfids: Add libsubcmd to .gitignore To: Greg Thelen Cc: Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , bpf@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 14, 2023 at 10:49=E2=80=AFPM Greg Thelen w= rote: > > After building the kernel I see: > $ git status -s > ?? tools/bpf/resolve_btfids/libbpf/ > > Commit af03299d8536 ("tools/resolve_btfids: Install subcmd headers") > started copying header files into > tools/bpf/resolve_btfids/libsubcmd/include/subcmd. These *.h files are > not covered by higher level wildcard gitignores. > > gitignore the entire libsubcmd directory. It's created as part of build > and removed by clean. > > Fixes: af03299d8536 ("tools/resolve_btfids: Install subcmd headers") > Signed-off-by: Greg Thelen Acked-by: Ian Rogers Thanks! Ian > --- > tools/bpf/resolve_btfids/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/bpf/resolve_btfids/.gitignore b/tools/bpf/resolve_btfi= ds/.gitignore > index 16913fffc985..52d5e9721d92 100644 > --- a/tools/bpf/resolve_btfids/.gitignore > +++ b/tools/bpf/resolve_btfids/.gitignore > @@ -1,3 +1,4 @@ > /fixdep > /resolve_btfids > /libbpf/ > +/libsubcmd/ > -- > 2.40.0.rc1.284.g88254d51c5-goog >