git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff10213
)
.gitignore: Add files produced by TI platform
author
Andrea Calabrese
<andrea.calabrese@amarulasolutions.com>
Wed, 17 Apr 2024 16:24:34 +0000
(18:24 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 29 Apr 2024 16:53:48 +0000
(10:53 -0600)
Add files produced by compilation of TI platforms:
*.ti-secure(-rom)
*.map
*-board-config
custMpk.pem
*.bin_*
*.fit
*.itb
tispl.bin_unsigned
Signed-off-by: Andrea Calabrese <andrea.calabrese@amarulasolutions.com>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
be13704
..
870c3f1
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-10,6
+10,7
@@
*.a
*.asn1.[ch]
*.bin
+*.bin[_.]*
*.cfgout
*.cover
*.dtb
@@
-17,23
+18,27
@@
*.dtb.S
*.elf
*.exe
+*.fit
*.gcda
*.gcno
*.i
*.img
+*.itb
*.lex.c
*.lst
+*.map
*.mod.c
*.mbx
*.o
*.o.*
*.order
*.patch
+*.pem
*.s
*.su
*.swp
*.tab.[ch]
-
+*.ti-*
# Build tree
/build*