From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755254Ab2DZIbc (ORCPT ); Thu, 26 Apr 2012 04:31:32 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47618 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754283Ab2DZIb3 (ORCPT ); Thu, 26 Apr 2012 04:31:29 -0400 Message-ID: <4F9907E0.6010102@suse.cz> Date: Thu, 26 Apr 2012 10:31:28 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120328 Thunderbird/11.0.1 MIME-Version: 1.0 To: Namhyung Kim Cc: Jiri Kosina , Namhyung Kim , Sam Ravnborg , LKML Subject: Re: [PATCH] .gitignore: Ingore rejected patch results References: <1335422590-12124-1-git-send-email-namhyung.kim@lge.com> <4F9906C0.3030109@suse.cz> In-Reply-To: <4F9906C0.3030109@suse.cz> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26.4.2012 10:26, Michal Marek wrote: > On 26.4.2012 08:43, Namhyung Kim wrote: >> Let git ignores *.rej files created when patch failed. > > I am not sure this is a good idea. If a patch fails and I have .rej > files around, I really want to know about them. And BTW, *.rej was added in commit 3f1b0e1 and removed one year later by commit 1f5d3a6. So let's not switch it again. Michal