Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753774Ab0DULrX (ORCPT ); Wed, 21 Apr 2010 07:47:23 -0400 Received: from mail.gmx.net ([213.165.64.20]:51533 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752779Ab0DULrR (ORCPT ); Wed, 21 Apr 2010 07:47:17 -0400 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX1+84R8rc4u8YYwOWUGrZDO7UT31PzmTTOBOxBNcHh AsyeFlqhLf5Pr9 Date: Wed, 21 Apr 2010 13:47:29 +0200 (CEST) From: Guennadi Liakhovetski To: Michal Marek cc: linux-kernel@vger.kernel.org Subject: [PATCH] kbuild: add *.rej pattern to .gitignore Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Y-GMX-Trusted: 0 X-FuHaFi: 0.64000000000000001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 524 Lines: 20 Tell git to ignore .rej files, generated by patch(1). Signed-off-by: Guennadi Liakhovetski --- 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/