Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64802 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14741 invoked from network); 10 Jan 2013 07:30:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2013 07:30:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=zardozrocks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zardozrocks@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.49 as permitted sender) X-PHP-List-Original-Sender: zardozrocks@gmail.com X-Host-Fingerprint: 209.85.210.49 mail-da0-f49.google.com Received: from [209.85.210.49] ([209.85.210.49:59056] helo=mail-da0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/E1-02684-AFD6EE05 for ; Thu, 10 Jan 2013 02:30:04 -0500 Received: by mail-da0-f49.google.com with SMTP id v40so120893dad.22 for ; Wed, 09 Jan 2013 23:29:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=w/lBcNF6grVpCd3KJyU7zNKyt/Z6WW6oU75y1DDZfqY=; b=KauZEQBZZj18CjK6VY8PuEFnyQ621wVqINWUf7aTBGibW3yemzqSpYIS65q1/spCIV iO8bEvsJy9jspNBIivynb04k6CNutAWK8tjyzXp0qqsaC/47kiKuc2cpY/QXWT5scwiq T1h1su6mWzTUxBsj5UlnFATQHm89mqy/9FZd6n8w9EuF/8R3JJoKAtCZW8YjqXASDNU+ 8x68ev0ZcRBk+0YzD+PghxeMBKP3MX3M1NNaV8MRWJS53nJhm8uhGrQaq4mjXhjSX7YJ ylDGftEzBxv/lC3fTT7UfUyKruxF/D9mf70MR29kXyoh9vZTqpo5lv0+DUH1HpgwZWHv +91g== X-Received: by 10.66.78.100 with SMTP id a4mr196448870pax.4.1357802998691; Wed, 09 Jan 2013 23:29:58 -0800 (PST) Received: from [192.168.1.105] (cpe-76-173-57-55.socal.res.rr.com. [76.173.57.55]) by mx.google.com with ESMTPS id x6sm617799pav.29.2013.01.09.23.29.56 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Jan 2013 23:29:57 -0800 (PST) Message-ID: <50EE6DF2.7040902@gmail.com> Date: Wed, 09 Jan 2013 23:29:54 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Recommended ignore list for GIT/SVN? From: zardozrocks@gmail.com ("J. Adams") 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 found 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