From: Masahiro Yamada Date: Fri, 6 Jun 2014 11:18:37 +0000 (+0900) Subject: .gitignore: drop *.dts.tmp pattern X-Git-Tag: v2014.07-rc4~87 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=899a8cbbc28e7dc1c2418048a2769d27769592c8;p=oweals%2Fu-boot.git .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 --- diff --git a/.gitignore b/.gitignore index a6b2d1c650..c2f53fccb4 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,6 @@ *.bin *.patch *.cfgtmp -*.dts.tmp # Build tree /build-*