소스 검색

.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>
Masahiro Yamada 10 년 전
부모
커밋
899a8cbbc2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .gitignore

+ 0 - 1
.gitignore

@@ -20,7 +20,6 @@
 *.bin
 *.patch
 *.cfgtmp
-*.dts.tmp
 
 # Build tree
 /build-*