dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] Add preprocessed files (*.i) to .gitignore

The kernel build system supports making preprocessed files (*.i) 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>
This commit is contained in:
Josh Triplett 2006-09-16 12:15:42 -07:00 committed by Linus Torvalds
parent 4064d5ef26
commit 0f71a3738c
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,6 +12,7 @@
*.ko
*.so
*.mod.c
*.i
#
# Top-level generic files