From patchwork Thu Oct 7 19:44:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Monnet X-Patchwork-Id: 12542887 X-Patchwork-Delegate: bpf@iogearbox.net 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4D4AC4332F for ; Thu, 7 Oct 2021 19:45:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9ADD260FC2 for ; Thu, 7 Oct 2021 19:45:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241409AbhJGTrA (ORCPT ); Thu, 7 Oct 2021 15:47:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241276AbhJGTqt (ORCPT ); Thu, 7 Oct 2021 15:46:49 -0400 Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6DA94C06176F for ; Thu, 7 Oct 2021 12:44:54 -0700 (PDT) Received: by mail-wr1-x42d.google.com with SMTP id t8so22601998wri.1 for ; Thu, 07 Oct 2021 12:44:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isovalent-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=GrGLJnKzdw7MgtjqmK7w9AbZFbv0l9QWOc/N5D8CVnQ=; b=BaVh9DVsyLKPKMD00J9pf5ZPM29gDqNwNGLATSYsTuovy0VV52ie5aq+/y0WEMB1VN MuuYneac2e/Ff8pZwjjDHrzNJp7P7jJgb6LFNBPjMwhvgEeRPASjdMt9J6i/wM8dbedP USxyv5Uc34S517s9NS05aiwclZFoDC6MjezHhSdJReZZERDFkDI4uocRErX4QweAXwHH U2Y9tATEBFysrfxnQaf0ZNiM1rhXLjIha7IHTxBBht7X3/snMnCjjp6uLerwRTXG5fh2 l88p5xHuPrdW//hyN0UDTp1x8SqZfQRa9KCLtgsmVxCHLR2x/i7Lz1M5Qt7FuemelsQJ cqyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=GrGLJnKzdw7MgtjqmK7w9AbZFbv0l9QWOc/N5D8CVnQ=; b=KEKBrnd4EfVCgSudPQ8jEUBhZ0xT++0MwALYgwqj+E73yy7r9NC4fWIZm2TgmrKU01 6E1OWW6LObAxBnoa0ZheU49JZ407u73sFMmVqiKdf18GOtLfQjEAiqrCmQsZk+Cn7r4V UD7nDkL6NUyLBCvoWynbt5ICcO0e9gw02LJLcr5gPdzBHQv/JQrj6+XCVJPDoFpRtyon zZFW6lNU21O2CzwtCErKmk6W8zOjhd7T/UtQz8Y4KztdzZi94dhRxfeMzKr84Ba0jjoE uGJdEl4QA3dglP9oTGvbtmtIY1gfRt7kTCM1JRw12gBIKBVAPDWI0Y1k3ZpKasCis1rx nsAw== X-Gm-Message-State: AOAM530NUeVUqhYLNMXPkAQ7qVbvh4FqEkfpoGhum5pjZggi7sNWr2Ts cinCfiIbsgHhyajOEl/wyxYmRA== X-Google-Smtp-Source: ABdhPJzZiJME/nEwN6LSH7cisjjo0oxI58ZP49a3745NxcWYaa++amax+GnctgzyDWa//qNwd9AK1A== X-Received: by 2002:a05:600c:4142:: with SMTP id h2mr18672765wmm.35.1633635893102; Thu, 07 Oct 2021 12:44:53 -0700 (PDT) Received: from localhost.localdomain ([149.86.87.165]) by smtp.gmail.com with ESMTPSA id u2sm259747wrr.35.2021.10.07.12.44.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Oct 2021 12:44:52 -0700 (PDT) From: Quentin Monnet To: Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko Cc: netdev@vger.kernel.org, bpf@vger.kernel.org, Quentin Monnet Subject: [PATCH bpf-next v4 08/12] samples/bpf: update .gitignore Date: Thu, 7 Oct 2021 20:44:34 +0100 Message-Id: <20211007194438.34443-9-quentin@isovalent.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211007194438.34443-1-quentin@isovalent.com> References: <20211007194438.34443-1-quentin@isovalent.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net Update samples/bpf/.gitignore to ignore files generated when building the samples. Add: - vmlinux.h - the generated skeleton files (*.skel.h) - the samples/bpf/libbpf/ and .../bpftool/ directories, in preparation of a future commit which introduces a local output directory for building libbpf and bpftool. Signed-off-by: Quentin Monnet --- samples/bpf/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore index fcba217f0ae2..0e7bfdbff80a 100644 --- a/samples/bpf/.gitignore +++ b/samples/bpf/.gitignore @@ -57,3 +57,7 @@ testfile.img hbm_out.log iperf.* *.out +*.skel.h +/vmlinux.h +/bpftool/ +/libbpf/