dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Josh Triplett 2006-09-16 12:15:43 -07:00 committed by Linus Torvalds
parent 0f71a3738c
commit 87dedbda0e
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -13,6 +13,7 @@
*.so
*.mod.c
*.i
*.lst
#
# Top-level generic files