diff options
| author | Andrea Calabrese <[email protected]> | 2024-04-17 18:24:34 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-04-29 10:53:48 -0600 |
| commit | 25fd6a3ca1333995fd830e744cbd52124fb12f62 (patch) | |
| tree | 8e622ea954e077eb82a86e5344093938079b28b2 | |
| parent | ff10213b0e4f175ad8e2465f33a903d60967b5ec (diff) | |
.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 <[email protected]>
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index be137040a2c..870c3f18190 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* |
