All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Américo Wang" <xiyou.wangcong@gmail.com>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: Michal Marek <mmarek@suse.cz>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] kbuild: add *.rej pattern to .gitignore
Date: Wed, 21 Apr 2010 23:28:37 +0800	[thread overview]
Message-ID: <20100421152837.GA13861@hack> (raw)
In-Reply-To: <Pine.LNX.4.64.1004211343410.5292@axis700.grange>

On Wed, Apr 21, 2010 at 01:47:29PM +0200, Guennadi Liakhovetski wrote:
>Tell git to ignore .rej files, generated by patch(1).
>
>Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>

NACK.

You have to handle *.rej files, not leaving them there.


>---
>diff --git a/.gitignore b/.gitignore
>index a2939fc..17ababa 100644
>--- a/.gitignore
>+++ b/.gitignore
>@@ -74,5 +74,6 @@ GSYMS
> GTAGS
> 
> *.orig
>+*.rej
> *~
> \#*#
>--
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/

-- 
Live like a child, think like the god.
 

  reply	other threads:[~2010-04-21 15:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-21 11:47 [PATCH] kbuild: add *.rej pattern to .gitignore Guennadi Liakhovetski
2010-04-21 15:28 ` Américo Wang [this message]
2010-04-21 15:31   ` Guennadi Liakhovetski
2010-04-21 16:33     ` Américo Wang
2010-04-21 20:22       ` Michal Marek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100421152837.GA13861@hack \
    --to=xiyou.wangcong@gmail.com \
    --cc=g.liakhovetski@gmx.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mmarek@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.