aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrea Calabrese <andrea.calabrese@amarulasolutions.com>2024-04-17 18:24:34 +0200
committerTom Rini <trini@konsulko.com>2024-04-29 10:53:48 -0600
commit25fd6a3ca1333995fd830e744cbd52124fb12f62 (patch)
tree8e622ea954e077eb82a86e5344093938079b28b2 /.gitignore
parentff10213b0e4f175ad8e2465f33a903d60967b5ec (diff)
downloadu-boot-25fd6a3ca1333995fd830e744cbd52124fb12f62.zip
u-boot-25fd6a3ca1333995fd830e744cbd52124fb12f62.tar.gz
u-boot-25fd6a3ca1333995fd830e744cbd52124fb12f62.tar.bz2
.gitignore: Add files produced by TI platform
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index be13704..870c3f1 100644
--- 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*