Browse Source

.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>
Masahiro Yamada 10 years ago
parent
commit
899a8cbbc2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .gitignore

+ 0 - 1
.gitignore

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