소스 검색

.gitignore: Add .dtbo and .itb files to top level list

Compiled overlay related blobs shouldn't be committed in the kernel
tree, so ignore these for git.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Reported-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Tero Kristo 6 년 전
부모
커밋
90545a710c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -17,11 +17,13 @@
 *.c.[012]*.*
 *.dtb
 *.dtb.S
+*.dtbo
 *.dwo
 *.elf
 *.gcno
 *.gz
 *.i
+*.itb
 *.ko
 *.lex.c
 *.ll