From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81DABC433EF for ; Sat, 26 Feb 2022 00:00:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239741AbiBZAAe (ORCPT ); Fri, 25 Feb 2022 19:00:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49556 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230035AbiBZAAe (ORCPT ); Fri, 25 Feb 2022 19:00:34 -0500 Received: from mail-il1-x131.google.com (mail-il1-x131.google.com [IPv6:2607:f8b0:4864:20::131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 869311CFA03 for ; Fri, 25 Feb 2022 16:00:00 -0800 (PST) Received: by mail-il1-x131.google.com with SMTP id i1so5571580ila.7 for ; Fri, 25 Feb 2022 16:00:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=ugujCcskb2T7bOFA5bnbVN0NBcapcRUHyZhHhBqvqXY=; b=b8P3ld0PDgHf4i3aCMJxbvtuNOGN48qXnOALgF9KRQwQ3sY6D5OfjLKAHQYg0NrVEG fGBI01HZZJYXimvvwWThe1L3nn05OUOYooFHUwtqMDpJEYDyc2cROIlKSUFEIZ8k4wxK asLWK3aDOse3uuGcbbj6k+mrt3quhhZoiUsKA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ugujCcskb2T7bOFA5bnbVN0NBcapcRUHyZhHhBqvqXY=; b=6du1Rm9gbWZ7Gf0qEBWK/2fejXAJXUeAGXPP8W136O8BsBNdePkqpN01bfZdLs4qgh OZTUuesvyuYtaM1ckNOQoR6e7JyWG4oXyeDGqDAkwOb7bNf8/VHZbHDGqgrtaIUVW93V PDgxbi1xUMNS/8o0YILkpSOIDBLAxNNIxWpgEVqGfg/HALnwGtMlnPB3zJl202kmTS2g x+maQUSllAxbNPUyL7PJ6f8VTUcV1BGRm1Pb3uzh5HaxL09NsE2yOw5sJW52wIF9DT9l eAn90EkwM2GkhfM5aLJ980gSZWZb+1evigjCwCAdJTmfhbhkXbhdysbVlyBgkrg+O3Lx E7Hw== X-Gm-Message-State: AOAM530q4UfT1oTHDPo338Rj+HIEwxzMI2VTRoRG3WNSAuyrn/o/xrix 7fVG1sV710jyaUmGCkuI3myVWg== X-Google-Smtp-Source: ABdhPJwmWforBC8vtISK/So9rB+mq563DEdqr+aghfqU/fGd7aPhTtWQedUnhWCcfoMqpwxBTqBs4Q== X-Received: by 2002:a05:6e02:214a:b0:2be:752a:1c24 with SMTP id d10-20020a056e02214a00b002be752a1c24mr8166149ilv.274.1645833599929; Fri, 25 Feb 2022 15:59:59 -0800 (PST) Received: from [192.168.1.128] ([71.205.29.0]) by smtp.gmail.com with ESMTPSA id g24-20020a056602073800b006405890451fsm2190605iox.34.2022.02.25.15.59.59 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 25 Feb 2022 15:59:59 -0800 (PST) Subject: Re: [PATCH] kselftest: add generated objects to .gitignore To: Muhammad Usama Anjum , Shuah Khan , Eric Biederman , Kees Cook , Paolo Bonzini , "David S. Miller" , Jakub Kicinski Cc: kernel@collabora.com, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, netdev@vger.kernel.org, Shuah Khan References: <20220225102726.3231228-1-usama.anjum@collabora.com> From: Shuah Khan Message-ID: Date: Fri, 25 Feb 2022 16:59:58 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20220225102726.3231228-1-usama.anjum@collabora.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 2/25/22 3:27 AM, Muhammad Usama Anjum wrote: > Add kselftests_install directory and some other files to the > .gitignore. > > Signed-off-by: Muhammad Usama Anjum > --- > tools/testing/selftests/.gitignore | 1 + > tools/testing/selftests/exec/.gitignore | 2 ++ > tools/testing/selftests/kvm/.gitignore | 1 + > tools/testing/selftests/net/.gitignore | 1 + > 4 files changed, 5 insertions(+) > It is better to split these patches per test - makes it easier to apply. Please send separate patches for each test. This patch doesn't apply as is. thanks, -- Shuah