projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4064d5e
)
[PATCH] Add preprocessed files (*.i) to .gitignore
author
Josh Triplett
<josht@us.ibm.com>
Sat, 16 Sep 2006 19:15:42 +0000
(12:15 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 16 Sep 2006 19:54:31 +0000
(12:54 -0700)
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>
.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index b1f5b9df2ae1f4eede001d7751b099d4ae34be95..0ec45333e7c6324d4f58604a5c2e5d684f372f70 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-12,6
+12,7
@@
*.ko
*.so
*.mod.c
+*.i
#
# Top-level generic files