.gitignore: drop *.dts.tmp pattern

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>
This commit is contained in:
Masahiro Yamada 2014-06-06 20:18:37 +09:00 committed by Tom Rini
parent ad80c4a322
commit 899a8cbbc2
1 changed files with 0 additions and 1 deletions

1
.gitignore vendored
View File

@ -20,7 +20,6 @@
*.bin
*.patch
*.cfgtmp
*.dts.tmp
# Build tree
/build-*