diff options
author | Masahiro Yamada | 2014-06-06 20:18:37 +0900 |
---|---|---|
committer | Tom Rini | 2014-06-11 16:27:05 -0400 |
commit | 899a8cbbc28e7dc1c2418048a2769d27769592c8 (patch) | |
tree | 6138866bae88199dff0d3c481b21839ea9dce544 /.gitignore | |
parent | ad80c4a3220b5348f904f909ed572c364d50f867 (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-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a6b2d1c650c..c2f53fccb44 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,6 @@ *.bin *.patch *.cfgtmp -*.dts.tmp # Build tree /build-* |