Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp468147pxv; Wed, 30 Jun 2021 09:37:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx2vZUAZL6BrNEc4/hzEtpIJB7BBEu9mylYdGiyDDEMP69hYEQSKd+xT0O7RTyhL3mk2Fpb X-Received: by 2002:a92:8e04:: with SMTP id c4mr26747683ild.219.1625071042584; Wed, 30 Jun 2021 09:37:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625071042; cv=none; d=google.com; s=arc-20160816; b=dCOOJa2ZxEZyNbN3Vmci1H1GRV0g1SASnm4woSQXGjbFhO2Vh7T93SwOZTPLhv2Mvj KugKuyYbNq2vJbmC5KNjJO+asZa/BGlwJ0QeDyBLNSasRyjjOMnlhpWsJ+V91gdQzSgd MHhwary4iClgAz4xhl0TYvEigbQ7IIpOwlmy+krTlxFT75QUWdxizyWgB8hsh3ywKEou tcEl2G1lZzAHnUHT66u48gIjnMTneSiD0uvyizLi5EqRuw0RSdssGtojXtYIZAfKexh3 /Yk2k+DVquxsNiJpxwTN82sgETq4nZJS2LgACvqG/Yce43cyYq/lvbARIu6oqFlTKxwY 8tiw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=ukn0laR4pHQ5zPoOyrH0QAB4Z9dJFYKCZqw2Dm78xm8=; b=CzWkxgnA6SHqmsBI2BOhqasvveAc64XvSuNtNkcEpgKkP1OKCpqofOdzK5SJY5Zvi4 eBQ2kjkiXCSAgCZAzt9/zY0QOeTaVihYwp18LjZb+yKw6VKRXpKIamVcjzfjpiua/v9l 4wGRfAl/rExrq2ZZXeI09r4us+XaCmX+SXQCMEwcMNTfuhD73RGWjUAO9A+xsPiYMi15 Xh0N7X1ZLFdPBIntCI5qtsh3TsFFJRN69OQhrDec3mt7CnFNcdrLGYW0GBHi0649ZhU7 8q3aWMEYMam6nMKAomctEX4oGylCQmyXvMtYJtIzqBl1IhM9lQ+R5HdCx1WbZ5YPU80p 6fVg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i2si21733112ilv.49.2021.06.30.09.37.08; Wed, 30 Jun 2021 09:37:22 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229622AbhF3QjK (ORCPT + 99 others); Wed, 30 Jun 2021 12:39:10 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:36097 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229510AbhF3QjK (ORCPT ); Wed, 30 Jun 2021 12:39:10 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 15UGaZSi007281 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 30 Jun 2021 12:36:36 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id B0C3615C3C8E; Wed, 30 Jun 2021 12:36:35 -0400 (EDT) Date: Wed, 30 Jun 2021 12:36:35 -0400 From: "Theodore Ts'o" To: Ritesh Harjani Cc: fstests@vger.kernel.org, linux-ext4@vger.kernel.org Subject: Re: [PATCH 6/9] gitignore: Add 031.out file to .gitignore Message-ID: References: <1e987bceb2aca7c38dc375fd68cae0ac12b6d00c.1623651783.git.riteshh@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1e987bceb2aca7c38dc375fd68cae0ac12b6d00c.1623651783.git.riteshh@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, Jun 14, 2021 at 11:58:10AM +0530, Ritesh Harjani wrote: > Add 031.out file to .gitignore > > Signed-off-by: Ritesh Harjani Reviewed-by: Theodore Ts'o