From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4C608C04AAA for ; Mon, 6 May 2019 08:29:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 289402082F for ; Mon, 6 May 2019 08:29:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726296AbfEFI3Y (ORCPT ); Mon, 6 May 2019 04:29:24 -0400 Received: from mx2.suse.de ([195.135.220.15]:60908 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725836AbfEFI3Y (ORCPT ); Mon, 6 May 2019 04:29:24 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 78725AC5A; Mon, 6 May 2019 08:29:22 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 06 May 2019 10:29:22 +0200 From: Michal Rostecki To: Alexei Starovoitov Cc: Yonghong Song , Alexei Starovoitov , Daniel Borkmann , Martin KaFai Lau , Song Liu , Network Development , bpf , LKML , bpf-owner@vger.kernel.org Subject: Re: [PATCH bpf-next v2] bpf, libbpf: Add .so files to gitignore In-Reply-To: References: <20190502081453.25097-1-mrostecki@opensuse.org> Message-ID: X-Sender: mrostecki@opensuse.org User-Agent: Roundcube Webmail Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 2019-05-05 09:03, schrieb Alexei Starovoitov: > Some folks build libbpf as part of selftests. > Please update .gitignore in tools/lib/bpf and > in tools/testing/selftests/bpf > > Also instead of "bpf, libbpf:" subj prefix just mention "libbpf:" Thanks for your review! I noticed that in the meantime the .gitignore file in tools/lib/bpf was fixed by the other commit (39391377f8ec). Now I need to fix only .gitignore in tools/testing/selftests/bpf (where I need to add even more files, because some test program binaries are not included too). I will send a patch for that later today.