From patchwork Thu Sep 19 08:29:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anatoly Pugachev X-Patchwork-Id: 11151859 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3F408112B for ; Thu, 19 Sep 2019 08:35:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1EAB9217D6 for ; Thu, 19 Sep 2019 08:35:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387759AbfISIf5 (ORCPT ); Thu, 19 Sep 2019 04:35:57 -0400 Received: from u164.east.ru ([195.170.63.164]:58268 "EHLO mx.lavteam.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387617AbfISIf5 (ORCPT ); Thu, 19 Sep 2019 04:35:57 -0400 X-Greylist: delayed 411 seconds by postgrey-1.27 at vger.kernel.org; Thu, 19 Sep 2019 04:35:56 EDT Received: from yogzotot (yogzotot [192.168.111.254]) by mx.lavteam.org (Postfix) with ESMTPS id 509EA2E69; Thu, 19 Sep 2019 11:29:03 +0300 (MSK) Date: Thu, 19 Sep 2019 11:29:02 +0300 From: Anatoly Pugachev To: linux-kselftest@vger.kernel.org Cc: Shuah Khan , Alexei Starovoitov Subject: [PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram Message-ID: <20190919082902.GA15755@yogzotot> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org selftests: update .gitignore files for selftests/bpf and selftests/zram Signed-off-by: Anatoly Pugachev --- tools/testing/selftests/bpf/.gitignore | 4 ++++ tools/testing/selftests/zram/.gitignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 tools/testing/selftests/zram/.gitignore diff --git a/tools/testing/selftests/bpf/.gitignore b/tools/testing/selftests/bpf/.gitignore index 7470327edcfe..218ac37f460a 100644 --- a/tools/testing/selftests/bpf/.gitignore +++ b/tools/testing/selftests/bpf/.gitignore @@ -15,6 +15,9 @@ test_libbpf_open test_sock test_sock_addr test_sock_fields +test_sockopt +test_sockopt_multi +test_sockopt_sk urandom_read test_btf test_sockmap @@ -32,6 +35,7 @@ test_section_names test_tcpnotify_user test_libbpf test_tcp_check_syncookie_user +test_tcp_rtt test_sysctl alu32 libbpf.pc diff --git a/tools/testing/selftests/zram/.gitignore b/tools/testing/selftests/zram/.gitignore new file mode 100644 index 000000000000..b4a2cb6fafa6 --- /dev/null +++ b/tools/testing/selftests/zram/.gitignore @@ -0,0 +1 @@ +err.log