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 9CBEFC6FD18 for ; Tue, 25 Apr 2023 07:56:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233073AbjDYH4n (ORCPT ); Tue, 25 Apr 2023 03:56:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232430AbjDYH4m (ORCPT ); Tue, 25 Apr 2023 03:56:42 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9767B9F; Tue, 25 Apr 2023 00:56:41 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 308886221E; Tue, 25 Apr 2023 07:56:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 38C5DC433D2; Tue, 25 Apr 2023 07:56:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682409400; bh=BM7hP+iKBMmWkZ0c7t/artoc23OdPSOwarwKxc1EtTo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=d/nRgnY26nc62jMRwDX77juVUu7dUm2OCmVCtEQtZBls+GvqqO144CWXmWJs1slr8 ey/58Z0L/zETswmWEnuMPPSiC1SJokV9hZ168RJMadUQJBjLJixuJDy6M3yaUH1yc9 61xYY/FvPCdRmtTmbFkCRRMTw59cEhbzRSPlplLPnj0pajDZtGzjnHD8PFZKDazI8O YdC/T57VLecbwACuKHiDuC5Sw/TjcomeYhSMvEq0Jyx1PPJ7+F9aKL4qnuNTsmksob AvpbaKmJP5nHRUViYA8XGvRBdp+xomSWX/NFdvqh9jS3kaPIAzXQ1747KUATmm/4Ii 1LtukCpWU2AIw== Message-ID: Date: Tue, 25 Apr 2023 09:56:37 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: [PATCH] rtla: Add .gitignore file Content-Language: en-US To: Rong Tao Cc: rongtao@cestc.cn, Steven Rostedt , open list , "open list:Real-time Linux Analysis (RTLA) tools" References: From: Daniel Bristot de Oliveira In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-trace-devel@vger.kernel.org On 4/24/23 12:46, Rong Tao wrote: > From: Rong Tao > > Add .gitignore file to ignore the rtla binary. > > Signed-off-by: Rong Tao Acked-by: Daniel Bristot de Oliveira > --- > v2: Improve the log and subsystem. > v1: https://lore.kernel.org/lkml/tencent_8042C05909979D2A1AAFA8A3028854065808@qq.com/ Thanks! -- Daniel