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

From: Josh Triplett
Date: Wed Sep 13 2006 - 14:20:37 EST


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@xxxxxxxxxxxxxxx>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2a5a6ec..e1d5c17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@ #
*.mod.c
*.i
*.lst
+*.symtypes

#
# Top-level generic files
--
1.4.1.1


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/