From patchwork Wed Oct 27 20:28:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shuah Khan X-Patchwork-Id: 12588057 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 EE923C433EF for ; Wed, 27 Oct 2021 20:28:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D076760F39 for ; Wed, 27 Oct 2021 20:28:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240754AbhJ0UbO (ORCPT ); Wed, 27 Oct 2021 16:31:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240739AbhJ0UbO (ORCPT ); Wed, 27 Oct 2021 16:31:14 -0400 Received: from mail-io1-xd34.google.com (mail-io1-xd34.google.com [IPv6:2607:f8b0:4864:20::d34]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0443C061745 for ; Wed, 27 Oct 2021 13:28:48 -0700 (PDT) Received: by mail-io1-xd34.google.com with SMTP id o184so5295586iof.6 for ; Wed, 27 Oct 2021 13:28:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=1eWHn/jG+avRrBmFKeL+1zT6EQSwQOpXH8c+wEZwCdI=; b=eqYjUCU+DPOsJ4VO0oHmq55s4tf+B6tFn0ihxt9NWSqR7ecEfk11UN04t+aZw1GBoQ Stt7bJIawXTsNbbIejGqskDjCNlyFyC3hRiJXCfqEbcpGYzwC//tMWnt9T/1eKRsMSY1 OSKX4iFu9dGi8lypL8EMM7CSOUCaWkKS2zZ2Q= 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:mime-version :content-transfer-encoding; bh=1eWHn/jG+avRrBmFKeL+1zT6EQSwQOpXH8c+wEZwCdI=; b=a6RpCbHeq5kvHEIyPviX5jcus7L6ZuIq2k57RDVwB5Va1mJdYFdRI7EK08RCvT9RAf JX1pJxMgfWQgeG+e4yCl8k/8eA8BAVAzPCgdbo8JD+CvxptCTpFtbjLiL26LIgs867Sm vXYO3ONHqSPltRVQJCir6gINgQd3AU3Gsm0aQxfcigegFd79fHeMG5/anqt/OExniCft 8g12BHTgxrKr01ujz8rlNxuoOX1hMoYzDGTKvpcvjyUPu26yGM49yR7XLNpqasfHAFR7 DkDJX6OqQmQPj38C5msaPSplmhDDovEBkJEumEyvti1z2grwaMn7i/hcPSYH/GLlyRXl 0Ibw== X-Gm-Message-State: AOAM533iA/RM5OkKtUCOD9+ZHlr/8qfmjnF5OjQEw/g/4yGpXCB/TOPn KSHxkHJ0VWvkhWeHrQ3EPhB9TQ== X-Google-Smtp-Source: ABdhPJyqqNy9vZHA1zN7jISqipB+tuyoKAYDpjxwiWrRlmWJYR3xLV9oOefmaiFi5GM5YElIqnN9hg== X-Received: by 2002:a05:6638:1502:: with SMTP id b2mr31604jat.131.1635366527972; Wed, 27 Oct 2021 13:28:47 -0700 (PDT) Received: from shuah-t480s.internal (c-24-9-64-241.hsd1.co.comcast.net. [24.9.64.241]) by smtp.gmail.com with ESMTPSA id i5sm457383ilj.49.2021.10.27.13.28.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Oct 2021 13:28:47 -0700 (PDT) From: Shuah Khan To: davem@davemloft.net, kuba@kernel.org, shuah@kernel.org Cc: Shuah Khan , netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] selftests/net: update .gitignore with newly added tests Date: Wed, 27 Oct 2021 14:28:46 -0600 Message-Id: <20211027202846.26877-1-skhan@linuxfoundation.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Update .gitignore with newly added tests: tools/testing/selftests/net/af_unix/test_unix_oob tools/testing/selftests/net/gro tools/testing/selftests/net/ioam6_parser tools/testing/selftests/net/toeplitz Signed-off-by: Shuah Khan --- tools/testing/selftests/net/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index 19deb9cdf72f..501550501216 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -31,3 +31,7 @@ rxtimestamp timestamping txtimestamp so_netns_cookie +test_unix_oob +gro +ioam6_parser +toeplitz