Commit 87dedbda0ed9d005c2d049487e0e522797c18764

Authored by Josh Triplett
Committed by Linus Torvalds
1 parent 0f71a3738c

[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 <josh@freedesktop.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -13,6 +13,7 @@
13 13 *.so
14 14 *.mod.c
15 15 *.i
  16 +*.lst
16 17  
17 18 #
18 19 # Top-level generic files