Commit 899a8cbbc28e7dc1c2418048a2769d27769592c8

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent ad80c4a322

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

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -20,7 +20,6 @@
20 20 *.bin
21 21 *.patch
22 22 *.cfgtmp
23   -*.dts.tmp
24 23  
25 24 # Build tree
26 25 /build-*