From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files Date: Wed, 12 Aug 2015 10:04:57 +0100 Message-ID: <1439370297.9747.318.camel__40098.063046071$1439370377$gmane$org@citrix.com> References: <1437402954-7375-1-git-send-email-daniel.kiper@oracle.com> <1437402954-7375-2-git-send-email-daniel.kiper@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZPRy1-0003xs-Ot for xen-devel@lists.xenproject.org; Wed, 12 Aug 2015 09:05:02 +0000 In-Reply-To: <1437402954-7375-2-git-send-email-daniel.kiper@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Daniel Kiper , xen-devel@lists.xenproject.org, grub-devel@gnu.org Cc: jgross@suse.com, keir@xen.org, andrew.cooper3@citrix.com, stefano.stabellini@eu.citrix.com, roy.franz@linaro.org, ning.sun@intel.com, david.vrabel@citrix.com, jbeulich@suse.com, phcoder@gmail.com, wei.liu2@citrix.com, qiaowei.ren@intel.com, richard.l.maliszewski@intel.com, gang.wei@intel.com, fu.wei@linaro.org List-Id: xen-devel@lists.xenproject.org (Having written the below I see too late that this is a grub patch not a Xen one, a tag in the subject for such cross posted patches would be useful please. Anyway, my opinion counts for very little in this context but I leave it below since already I wrote it. I notice that xen.git#.gitignore _does_ list *.rej, which I think is wrong...) On Mon, 2015-07-20 at 16:35 +0200, Daniel Kiper wrote: > Signed-off-by: Daniel Kiper At least *.rej and perhaps *.orig are indicative of a failed patch application, I think I want them to appear in "git status". By way of comparison Linux's .gitignore includes *.orig but not *.rej and Qemu's includes neither. So nack to the addition of *.rej from me. I'm more or less ambivalent about *.orig. > --- > .gitignore | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 18ab8e8..6d25d39 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -147,6 +147,7 @@ mod-*.c > missing > netboot_test > *.o > +*.orig > *.a > ohci_test > partmap_test > @@ -160,9 +161,11 @@ po/stamp-po > printf_test > priority_queue_unit_test > pseries_test > +*.rej > stamp-h > stamp-h1 > stamp-h.in > +*.swp > symlist.c > symlist.h > trigtables.c