From patchwork Tue Jan 8 09:22:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 10751679 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 A2F9F14DE for ; Tue, 8 Jan 2019 09:22:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9215328BA6 for ; Tue, 8 Jan 2019 09:22:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 861E828BA8; Tue, 8 Jan 2019 09:22:43 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 1968428BA6 for ; Tue, 8 Jan 2019 09:22:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727295AbfAHJWk (ORCPT ); Tue, 8 Jan 2019 04:22:40 -0500 Received: from mail-lf1-f51.google.com ([209.85.167.51]:36470 "EHLO mail-lf1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728110AbfAHJWh (ORCPT ); Tue, 8 Jan 2019 04:22:37 -0500 Received: by mail-lf1-f51.google.com with SMTP id a16so2400873lfg.3 for ; Tue, 08 Jan 2019 01:22:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=ax0uMiVNPiSo04Ja4arLcCjK+baeUa/LvrEOIzZscYw=; b=DTdmjYDw0ntSmd23pR1bz9GAAscNmGD/+fimtV+HL4IsU8H+P01UdezUPmIN22HbtM l+p/tgh9tGAk19Va9n/RxhIZDnuqwRJypCt9b9M5Mm1IQxzpRJ/CLA9XQum3vduy8aSk bTrhZH2lG1QiOqrGzz8Siq9bG38s+eAe76ioA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=ax0uMiVNPiSo04Ja4arLcCjK+baeUa/LvrEOIzZscYw=; b=PmYcCQhyKww858NwCSPJ/Z4EuODTsfvFpUlHh/4e2NOEnZof1aQYqXBZyijzHZYqJy 3daYXY5odj5MdV1IRQAlcfkWdF1GjJv1HWwYz9wrNFqiv13pBZu+htoAM9vUCR8iD8Qp CqwQE7dZqLMmED7ASHjKoYuxtXNm7cdwnYFhVjwJlYTmw+pYcZiyu4jAPzP2/BQFiKTD UH4wg9EIXNDc64iy9vDenDpw+CNukqd3SRghtsK/wI73Hgkm9+JlRvLmyOT7AdSDlZWb Q7r/S+0ILz+YYn4CbvITmD7BNnKnNaJ5BEPCky1FD2cgNrSYj951QfslzZlzgFo1Ne5B 1HJQ== X-Gm-Message-State: AJcUukck4WZUhOi2plPR2vXhVoZcxAHGMMUWbdNk0xlHgiov98CJoFB1 aXt7c4gg1HwgJpijw0Gk0NJcew== X-Google-Smtp-Source: ALg8bN5ssOoXaSWQjNKOQ96wOkldU1DijHb0qiHCDIVZ9nhQsLRwuLX3tL8xEfu1WwTzgy4mT4ySzg== X-Received: by 2002:a19:4287:: with SMTP id p129mr598888lfa.135.1546939355250; Tue, 08 Jan 2019 01:22:35 -0800 (PST) Received: from localhost ([79.102.2.92]) by smtp.gmail.com with ESMTPSA id o68sm5430358lfe.59.2019.01.08.01.22.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 08 Jan 2019 01:22:34 -0800 (PST) From: Anders Roxell To: ast@kernel.org, daniel@iogearbox.net Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Anders Roxell Subject: [PATCH] selftests: bpf: add missing executables to .gitignore Date: Tue, 8 Jan 2019 10:22:23 +0100 Message-Id: <20190108092223.12467-1-anders.roxell@linaro.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fixes: 8c4905b995c6 ("libbpf: make sure bpf headers are c++ include-able") Signed-off-by: Anders Roxell --- tools/testing/selftests/bpf/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 4a9785043a39..6c17b6557e5d 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -11,6 +11,7 @@ test_progs test_tcpbpf_user test_verifier_log feature +test_libbpf test_libbpf_open test_sock test_sock_addr