From 87dedbda0ed9d005c2d049487e0e522797c18764 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 16 Sep 2006 12:15:43 -0700 Subject: [PATCH] Add mixed source and assembly listings (*.lst) to .gitignore 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0ec45333e7c6..2a5a6ecbd03c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *.so *.mod.c *.i +*.lst # # Top-level generic files -- cgit v1.2.3