From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754875Ab2DZI0p (ORCPT ); Thu, 26 Apr 2012 04:26:45 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47412 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754445Ab2DZI0n (ORCPT ); Thu, 26 Apr 2012 04:26:43 -0400 Message-ID: <4F9906C0.3030109@suse.cz> Date: Thu, 26 Apr 2012 10:26:40 +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> In-Reply-To: <1335422590-12124-1-git-send-email-namhyung.kim@lge.com> 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 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. Michal