From: Josh Triplett Date: Sat, 16 Sep 2006 19:15:44 +0000 (-0700) Subject: [PATCH] Add symbol type files (*.symtypes) to .gitignore X-Git-Tag: v2.6.18~14^2~14 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=ac3b719cc373a7873e0f7173a9abc50f13650637;p=powerpc.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/.gitignore b/.gitignore index 2a5a6ecbd0..e1d5c17c12 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ *.mod.c *.i *.lst +*.symtypes # # Top-level generic files