Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71375 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86923 invoked from network); 21 Jan 2014 03:23:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2014 03:23:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=will@fitch.so; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=will@fitch.so; sender-id=pass Received-SPF: pass (pb1.pair.com: domain fitch.so designates 66.111.4.25 as permitted sender) X-PHP-List-Original-Sender: will@fitch.so X-Host-Fingerprint: 66.111.4.25 out1-smtp.messagingengine.com Received: from [66.111.4.25] ([66.111.4.25:36032] helo=out1-smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/94-02192-228EDD25 for ; Mon, 20 Jan 2014 22:23:14 -0500 Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 9CA3C20719; Mon, 20 Jan 2014 22:23:11 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute3.internal (MEProxy); Mon, 20 Jan 2014 22:23:11 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fitch.so; h= message-id:from:to:cc:mime-version:content-transfer-encoding :content-type:in-reply-to:references:subject:date; s=mesmtp; bh= NyfoqJKpyLEnrGd2apZh8xiiHBA=; b=H0cZ9+kXPFtQdC42H34dtNS3z3OoBGBV i//zEOJInvRNAIMLPctoESmked/5JJFuN8qB0VTt4n+KlD3wB46woB5b7VqXWgd8 BUjPR6+NopHOheGAQH8mpS36FuMP9GO6Q0SpEL429zYyd5CC0btFKTyuU/SeKmgQ SuIbg/Z0HWU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=NyfoqJKpyLEnrGd2apZh8xiiHBA=; b=cDx Nh/qdNXNv7Dlht5Wgiu+Vrrlvc/oEo/bJIYAQ5swRbpsbSJ0bXz/xttZZYmQv3eI wUXBJVJ8rac5Sftgcv4+kl7QJnWikeusogrJdcSq1YTW7e9Sgp939as726GthfTx cGUeGDGxGhsdvPj/f13wDTPN/WThnX21cMHdVK9Y= Received: by web6.nyi.mail.srv.osa (Postfix, from userid 99) id 712DC28CE3D; Mon, 20 Jan 2014 22:23:11 -0500 (EST) Message-ID: <1390274591.20110.73288473.02556D7C@webmail.messagingengine.com> X-Sasl-Enc: mKgHwPfDdw/3Hkz0VgeRyawqlociEu6P3/aIdNx+J7R7 1390274591 To: Yasuo Ohgaki Cc: internals@lists.php.net MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: multipart/alternative; boundary="_----------=_1390274591201100"; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-e8d433be In-Reply-To: References: <1390240182.14770.73106437.45DE713D@webmail.messagingengine.com> Date: Mon, 20 Jan 2014 19:23:11 -0800 Subject: Re: [PHP-DEV] New stuff for gitignore From: will@fitch.so (Will Fitch) --_----------=_1390274591201100 Content-Transfer-Encoding: 7bit Content-Type: text/plain On Mon, Jan 20, 2014, at 05:33 PM, Yasuo Ohgaki wrote: Hi Will, 2014/1/21 Will Fitch <[1]will@fitch.so> Is there a reason these files aren't in .gitignore: ext/phar/phar.1 ext/phar/phar.phar.1 sapi/cgi/php-cgi.1 Should these be deleted by "make clean" instead of ignoring? They definitely should. I'd also like to add them to gitignore as well. I don't always make clean before working with git, and these get a little annoying. Regards, -- Yasuo Ohgaki [2]yohgaki@ohgaki.net References 1. mailto:will@fitch.so 2. mailto:yohgaki@ohgaki.net --_----------=_1390274591201100--