lkml.org 
[lkml]   [2006]   [Sep]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] Add mixed source and assembly listings (*.lst) to .gitignore
From
Date
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 <josh@freedesktop.org>
---
.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/

\
 
 \ /
  Last update: 2006-09-13 20:23    [W:0.038 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site