Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751027AbWIMSTj (ORCPT ); Wed, 13 Sep 2006 14:19:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751028AbWIMSTj (ORCPT ); Wed, 13 Sep 2006 14:19:39 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:26496 "EHLO e35.co.us.ibm.com") by vger.kernel.org with ESMTP id S1751026AbWIMSTi (ORCPT ); Wed, 13 Sep 2006 14:19:38 -0400 Subject: [PATCH] Add mixed source and assembly listings (*.lst) 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:19:59 -0700 Message-Id: <1158171599.5097.10.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: 704 Lines: 29 The kernel build system supports making mixed source and assembly listings (*.lst) 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 0ec4533..2a5a6ec 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ # *.so *.mod.c *.i +*.lst # # 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/