.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>
master
Masahiro Yamada 10 years ago committed by Tom Rini
parent ad80c4a322
commit 899a8cbbc2
  1. 1
      .gitignore

1
.gitignore vendored

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

Loading…
Cancel
Save