[PATCH] Add mixed source and assembly listings (*.lst) to .gitignore
authorJosh Triplett <[email protected]>
Sat, 16 Sep 2006 19:15:43 +0000 (12:15 -0700)
committerLinus Torvalds <[email protected]>
Sat, 16 Sep 2006 19:54:31 +0000 (12:54 -0700)
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
.gitignore

index 0ec45333e7c6324d4f58604a5c2e5d684f372f70..2a5a6ecbd03c6c20fe1bc8ef7c1ad34eb9b2ecee 100644 (file)
@@ -13,6 +13,7 @@
 *.so
 *.mod.c
 *.i
+*.lst
 
 #
 # Top-level generic files