Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64813 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60077 invoked from network); 10 Jan 2013 11:10:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2013 11:10:15 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.182 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.223.182 mail-ie0-f182.google.com Received: from [209.85.223.182] ([209.85.223.182:51074] helo=mail-ie0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/06-02684-391AEE05 for ; Thu, 10 Jan 2013 06:10:12 -0500 Received: by mail-ie0-f182.google.com with SMTP id s9so527286iec.27 for ; Thu, 10 Jan 2013 03:10:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=nP4OnJw+RqqxmRh5iNL1YF99aEPLOM4OFpoL70Wal1w=; b=jgnUIPQxIq9smYRnFtIkvcMS/sZF8iZYJzVyM7Wa+gHWdCNpX1LUikX7tKIaR4Y7sR vIHBFtIqI97laUbv//+qKCFoyJEkg/XRuBClWhbt08gwVeAeBd6MLNnRFdq03RquYzQT FmQ7gRix7gSFHcpsOoM8VO5y50MBymg7wHI1mi7W4CL7lns7n7vFMLLj7QTk08tKtYK4 r8GKIKoukISicvBxJOCBfGFtZnv2d21X9GdSIlPqswni/ojb3gq2ErU07ZB36obLUB+J hEv+/Ui2i3IX5xIR5e7JImrQ5fmHrf5Ne4g/zpQibaZ5qq8DS5UP6Wp6gZCAK/pdwiJw 0uCQ== MIME-Version: 1.0 X-Received: by 10.50.169.103 with SMTP id ad7mr5249985igc.105.1357816208773; Thu, 10 Jan 2013 03:10:08 -0800 (PST) Received: by 10.50.106.138 with HTTP; Thu, 10 Jan 2013 03:10:08 -0800 (PST) In-Reply-To: <50EE6DF2.7040902@gmail.com> References: <50EE6DF2.7040902@gmail.com> Date: Thu, 10 Jan 2013 12:10:08 +0100 Message-ID: To: "J. Adams" Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=e89a8f2359c5cb511504d2ed3816 Subject: Re: [PHP-DEV] Recommended ignore list for GIT/SVN? From: tyra3l@gmail.com (Ferenc Kovacs) --e89a8f2359c5cb511504d2ed3816 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Jan 10, 2013 at 8:29 AM, J. Adams wrote: > Is there any official/doctrinal list of file types for a GIT/SVN ignore > list when working on a PECL extension? I've been snooping around and fou= nd > the following (from http://stackoverflow.com/** > questions/85353/best-general-**svn-ignore-pattern) > but was wondering if there was any ignore list that is gospel for the PHP > dev community. > > > *.o *.lo *.la #*# .*.rej *.rej > .*~ *~ .#* .DS_Store thumbs.db > Thumbs.db *.bak *.class *.exe *.dll > *.mine *.obj *.ncb *.lib *.log > *.idb *.pdb *.ilk *.msi* .res *.pch *.suo > *.exp *.*~ *.~* ~*.* cvs CVS .CVS .cvs > release Release debug Debug > ignore Ignore bin Bin obj Obj > *.csproj.user *.user > *.generated.cs > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > you can check some examples from existing packages (see the svn:ignore from http://svn.php.net/viewvc/pecl/apc/trunk/ for example) and we also have a pear package called PECL_Gen for generating skeletons for pecl extensions (it was intended to replace the ext_skel.utility ( http://php.net/manual/en/internals2.buildsys.skeleton.php) which contains a moderate ignore list: http://svn.php.net/viewvc/pecl/PECL_Gen/trunk/Extension.php?view=3Dmarkup#l= 2098 --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --e89a8f2359c5cb511504d2ed3816--