[U-Boot] [PATCH] .gitignore: drop *.dts.tmp pattern
Masahiro Yamada
yamada.m at jp.panasonic.com
Fri Jun 6 13:18:37 CEST 2014
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 at jp.panasonic.com>
---
.gitignore | 1 -
1 file changed, 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index a6b2d1c..c2f53fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,7 +20,6 @@
*.bin
*.patch
*.cfgtmp
-*.dts.tmp
# Build tree
/build-*
--
1.9.1
More information about the U-Boot
mailing list