Skip to content

Commit

Permalink
[PATCH] Add symbol type files (*.symtypes) to .gitignore
Browse files Browse the repository at this point in the history
The kernel build system supports making symbol type files (*.symtypes) 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 87dedbd commit ac3b719
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 @@ -14,6 +14,7 @@
*.mod.c
*.i
*.lst
*.symtypes

#
# Top-level generic files
Expand Down

0 comments on commit ac3b719

Please sign in to comment.