Skip to content

Commit

Permalink
[PATCH] Add mixed source and assembly listings (*.lst) to .gitignore
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Josh Triplett authored and Linus Torvalds committed Sep 16, 2006
1 parent 0f71a37 commit 87dedbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*.so
*.mod.c
*.i
*.lst

#
# Top-level generic files
Expand Down

0 comments on commit 87dedbd

Please sign in to comment.