Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751033AbWIMSUI (ORCPT ); Wed, 13 Sep 2006 14:20:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751031AbWIMSUH (ORCPT ); Wed, 13 Sep 2006 14:20:07 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:54145 "EHLO e35.co.us.ibm.com") by vger.kernel.org with ESMTP id S1750793AbWIMSUF (ORCPT ); Wed, 13 Sep 2006 14:20:05 -0400 Subject: [PATCH] Add symbol type files (*.symtypes) to .gitignore From: Josh Triplett To: linux-kernel@vger.kernel.org Cc: Andrew Morton , Paul McKenney Content-Type: text/plain Date: Wed, 13 Sep 2006 11:20:26 -0700 Message-Id: <1158171626.5097.11.camel@josh-work.beaverton.ibm.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 698 Lines: 29 The kernel build system supports making symbol type files (*.symtypes) from C source files. Add these files to .gitignore . Signed-off-by: Josh Triplett --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 2a5a6ec..e1d5c17 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ # *.mod.c *.i *.lst +*.symtypes # # Top-level generic files -- 1.4.1.1 - 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/