]> Git Repo - J-u-boot.git/blobdiff - .gitignore
Merge branch '2024-07-05-assorted-updates'
[J-u-boot.git] / .gitignore
index be137040a2cfa69154ef36e520d3520dc1c6ba5f..502a7e6ec703a624be17e8b3432b2dbe5801853a 100644 (file)
@@ -10,6 +10,7 @@
 *.a
 *.asn1.[ch]
 *.bin
+*.bin[_.]*
 *.cfgout
 *.cover
 *.dtb
 *.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*
 
@@ -67,6 +72,9 @@ fit-dtb.blob*
 /Test*
 /capsule.*.efi-capsule
 /capsule*.map
+/keep-syms-lto.*
+/*imx8mimage*
+/*imx8mcst*
 
 #
 # Generated include files
This page took 0.024872 seconds and 4 git commands to generate.