Skip to content

Commit

Permalink
[PATCH] Add preprocessed files (*.i) to .gitignore
Browse files Browse the repository at this point in the history
The kernel build system supports making preprocessed files (*.i) from C source
files.  Add these files to .gitignore.

Signed-off-by: Josh Triplett <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Josh Triplett authored and Linus Torvalds committed Sep 16, 2006
1 parent 4064d5e commit 0f71a37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*.ko
*.so
*.mod.c
*.i

#
# Top-level generic files
Expand Down

0 comments on commit 0f71a37

Please sign in to comment.