提交 0f71a373 编写于 作者: J Josh Triplett 提交者: Linus Torvalds

[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: NJosh Triplett <josh@freedesktop.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 4064d5ef
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
*.ko *.ko
*.so *.so
*.mod.c *.mod.c
*.i
# #
# Top-level generic files # Top-level generic files
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册