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]>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index b1f5b9d..0ec4533 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ #
*.ko
*.so
*.mod.c
+*.i
#
# 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]