summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-06-06 20:18:37 +0900
committerTom Rini <trini@ti.com>2014-06-11 16:27:05 -0400
commit899a8cbbc28e7dc1c2418048a2769d27769592c8 (patch)
tree6138866bae88199dff0d3c481b21839ea9dce544 /.gitignore
parentad80c4a3220b5348f904f909ed572c364d50f867 (diff)
.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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
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-*