]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
.gitignore: drop *.dts.tmp pattern
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 6 Jun 2014 11:18:37 +0000 (20:18 +0900)
committerTom 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

index a6b2d1c650c151e44b8820ec7211cd7442b17e36..c2f53fccb44af129f88dfc16b040af380d372167 100644 (file)
@@ -20,7 +20,6 @@
 *.bin
 *.patch
 *.cfgtmp
-*.dts.tmp
 
 # Build tree
 /build-*