projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad80c4a
)
.gitignore: drop *.dts.tmp pattern
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Fri, 6 Jun 2014 11:18:37 +0000
(20:18 +0900)
committer
Tom Rini
<trini@ti.com>
Wed, 11 Jun 2014 20:27:05 +0000
(16:27 -0400)
This pattern was added by commit
cc4f427b
to ignore the intermidiate
file for generating DTB.
When Kbuild was introduced, dts/Makefile was totally re-written.
This ignore pattern is already useless.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index a6b2d1c650c151e44b8820ec7211cd7442b17e36..c2f53fccb44af129f88dfc16b040af380d372167 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-20,7
+20,6
@@
*.bin
*.patch
*.cfgtmp
-*.dts.tmp
# Build tree
/build-*