From patchwork Mon Sep 3 16:05:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauricio Vasquez B X-Patchwork-Id: 10586121 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 6911116B1 for ; Mon, 3 Sep 2018 16:33:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B5E6D2866C for ; Mon, 3 Sep 2018 16:33:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AA0B72875C; Mon, 3 Sep 2018 16:33:06 +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,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 9973A2866C for ; Mon, 3 Sep 2018 16:33:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727485AbeICUx5 (ORCPT ); Mon, 3 Sep 2018 16:53:57 -0400 Received: from fm1nodo5.polito.it ([130.192.180.18]:39989 "EHLO fm1nodo5.polito.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727457AbeICUx5 (ORCPT ); Mon, 3 Sep 2018 16:53:57 -0400 X-Greylist: delayed 1634 seconds by postgrey-1.27 at vger.kernel.org; Mon, 03 Sep 2018 16:53:55 EDT Received: from polito.it (frontmail2.polito.it [130.192.180.42]) by fm1nodo5.polito.it with ESMTP id w83G5WQc027700-w83G5WQe027700 (version=TLSv1.0 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=CAFAIL); Mon, 3 Sep 2018 18:05:32 +0200 X-ExtScanner: Niversoft's FindAttachments (free) Received: from [130.192.225.241] (account d040768@polito.it HELO localhost.localdomain) by polito.it (CommuniGate Pro SMTP 6.2.5) with ESMTPSA id 78880852; Mon, 03 Sep 2018 18:05:32 +0200 From: Mauricio Vasquez B To: Alexei Starovoitov , Daniel Borkmann , Shuah Khan Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: [PATCH bpf] selftests/bpf: add missing executables to .gitignore Date: Mon, 3 Sep 2018 18:05:27 +0200 Message-Id: <1535990727-2778-1-git-send-email-mauricio.vasquez@polito.it> X-Mailer: git-send-email 2.7.4 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 Signed-off-by: Mauricio Vasquez B --- tools/testing/selftests/bpf/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 49938d72cf63..4d789c1e5167 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -19,3 +19,7 @@ test_btf test_sockmap test_lirc_mode2_user get_cgroup_id_user +test_skb_cgroup_id_user +test_socket_cookie +test_cgroup_storage +test_select_reuseport