Commit ac3b719cc373a7873e0f7173a9abc50f13650637

Authored by Josh Triplett
Committed by Linus Torvalds
1 parent 87dedbda0e

[PATCH] Add symbol type files (*.symtypes) to .gitignore

The kernel build system supports making symbol type files (*.symtypes) 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

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