diff mbox

[U-Boot] .gitignore: drop *.dts.tmp pattern

Message ID 1402053517-21036-1-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada June 6, 2014, 11:18 a.m. UTC
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 | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini June 11, 2014, 10:19 p.m. UTC | #1
On Fri, Jun 06, 2014 at 08:18:37PM +0900, Masahiro Yamada wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index a6b2d1c..c2f53fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,7 +20,6 @@ 
 *.bin
 *.patch
 *.cfgtmp
-*.dts.tmp
 
 # Build tree
 /build-*