]> Git Repo - J-u-boot.git/blobdiff - .gitignore
Merge branch '2024-07-05-assorted-updates'
[J-u-boot.git] / .gitignore
index 330148119264eea7a7c9ea6bc595a957fc70f270..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*
 
@@ -63,6 +68,13 @@ fit-dtb.blob*
 /spl/
 /tpl/
 /defconfig
+/generated_defconfig
+/Test*
+/capsule.*.efi-capsule
+/capsule*.map
+/keep-syms-lto.*
+/*imx8mimage*
+/*imx8mcst*
 
 #
 # Generated include files
This page took 0.025448 seconds and 4 git commands to generate.