projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcd6c92
)
ARM: devicetree: Add .dtb files to arch/arm/boot/.gitignore
author
Dave Martin
<dave.martin@linaro.org>
Mon, 30 Jan 2012 16:15:22 +0000
(16:15 +0000)
committer
Grant Likely
<grant.likely@secretlab.ca>
Mon, 30 Jan 2012 18:47:37 +0000
(11:47 -0700)
Compiled device tree blobs shouldn't be committed in the kernel
tree, so ideally git should ignore them.
This patch will enable ignoring of any .dtb files which appear in
arch/arm/boot/
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/arm/boot/.gitignore
patch
|
blob
|
history
diff --git
a/arch/arm/boot/.gitignore
b/arch/arm/boot/.gitignore
index
ce1c5ff
..
3c79f85
100644
(file)
--- a/
arch/arm/boot/.gitignore
+++ b/
arch/arm/boot/.gitignore
@@
-3,3
+3,4
@@
zImage
xipImage
bootpImage
uImage
+*.dtb