From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH v2] Add MYMETA.yml to perl/.gitignore Date: Fri, 02 Dec 2011 15:41:24 -0800 Message-ID: <7vvcpymti3.fsf@alter.siamese.dyndns.org> References: <20111201203114.GA12796@thinkpad> <20111201223520.GB4869@sigill.intra.peff.net> <20111202225528.GA1176@thinkpad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jeff King , git@vger.kernel.org To: Sebastian Morr X-From: git-owner@vger.kernel.org Sat Dec 03 00:41:35 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RWcjV-0004kg-2P for gcvg-git-2@lo.gmane.org; Sat, 03 Dec 2011 00:41:33 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752065Ab1LBXl2 (ORCPT ); Fri, 2 Dec 2011 18:41:28 -0500 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:42027 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751774Ab1LBXl1 (ORCPT ); Fri, 2 Dec 2011 18:41:27 -0500 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id D788B6DB8; Fri, 2 Dec 2011 18:41:26 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=Bpq96/ovjKx9ETbYnKdtgC6UdJ0=; b=F/yj4d kBnUVi/QK+W5JbEQsVl0RPJuZ902dHMuqEhYvD+GE+tTliaXAadntxlShMEhI+VO lH4Q1jZfWwlWktWrh4XSQHPNPpca+huQcTIxD/aD3CROsp0xJ5txq+YpYIaya7LT C+ZLewPngO2qHEQmTE+FP9dpSrOSBxkujFfmo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=UeODLsAgYsBWNimSSTqwSrA3xtf7fh8j 0iUZRwIQS4DE8nU8BIp+xWN65Mrz037i1ZJak8TSfs0CeFj7ZvKZ8faioy98HUrO 833usb2by9Ap80q7W+FarL2Fn4++/o9xIGcSRzUK9Xiot4EAOLvH9A+Yj3VXC5AW I9/sHm+OV+A= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id CF33A6DB6; Fri, 2 Dec 2011 18:41:26 -0500 (EST) Received: from pobox.com (unknown [76.102.170.102]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 401926DB5; Fri, 2 Dec 2011 18:41:26 -0500 (EST) In-Reply-To: <20111202225528.GA1176@thinkpad> (Sebastian Morr's message of "Fri, 2 Dec 2011 23:55:28 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 266E397A-1D3F-11E1-B2D3-9DB42E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Sebastian Morr writes: > This file is auto-generated by newer versions of ExtUtils::MakeMaker > (presumably starting with the version shipping with Perl 5.14). It just > contains extra information about the environment and arguments to the > Makefile-building process, and can be safely deleted. "safely deleted" sounds as if you made "make clean" remove it. I do not mind doing s/and can be.*/and should be ignored./ myself, if you want. Does running "make clean" actually remove it, by the way? > Signed-off-by: Sebastian Morr > --- > perl/.gitignore | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/perl/.gitignore b/perl/.gitignore > index 98b2477..9235e73 100644 > --- a/perl/.gitignore > +++ b/perl/.gitignore > @@ -1,5 +1,6 @@ > perl.mak > perl.mak.old > +MYMETA.yml > blib > blibdirs > pm_to_blib