Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755700Ab0DUPYn (ORCPT ); Wed, 21 Apr 2010 11:24:43 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:48662 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755667Ab0DUPYk (ORCPT ); Wed, 21 Apr 2010 11:24:40 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=LlBKSToQyF5MQydoYbwrs3hip3HDJ3cFlH/w0+iRouLKRQFefJXNo1nyCM+HbHMsYP uIxD62kToD0xCiPSs42OI7LOk0Vk8rVHgq0Empi2LLzXeNqXLCOE4Ol6VwL5Zsj8anRE qPJbImjkdl45mCT/KiAn9QXPzEE4bb6Xspkgg= Date: Wed, 21 Apr 2010 23:28:37 +0800 From: =?utf-8?Q?Am=C3=A9rico?= Wang To: Guennadi Liakhovetski Cc: Michal Marek , linux-kernel@vger.kernel.org Subject: Re: [PATCH] kbuild: add *.rej pattern to .gitignore Message-ID: <20100421152837.GA13861@hack> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 972 Lines: 36 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 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. -- 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/