diff options
author | Josh Triplett <josht@us.ibm.com> | 2006-09-16 12:15:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-16 12:54:31 -0700 |
commit | ac3b719cc373a7873e0f7173a9abc50f13650637 (patch) | |
tree | 15c3ae02c47d81cc237b21c68584e5c6847bfffe /.gitignore | |
parent | 87dedbda0ed9d005c2d049487e0e522797c18764 (diff) |
[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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2a5a6ecbd03c..e1d5c17c12c2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ *.mod.c *.i *.lst +*.symtypes # # Top-level generic files |