From ac3b719cc373a7873e0f7173a9abc50f13650637 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 16 Sep 2006 12:15:44 -0700 Subject: [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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2a5a6ecbd03..e1d5c17c12c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ *.mod.c *.i *.lst +*.symtypes # # Top-level generic files -- cgit v1.2.3