]> Git Repo - J-u-boot.git/blobdiff - .gitignore
Nokia RX-51: Enable usbtty serial console by default
[J-u-boot.git] / .gitignore
index 4d4c48686fa2234fec1759918b286e1c5fb77079..e66aa864da62c8ccc06a6f72b9bd528f771d4042 100644 (file)
@@ -7,13 +7,18 @@
 #
 .*
 *.a
+*.asn1.[ch]
 *.bin
-*.cfgtmp
+*.cfgout
+*.dtb
+*.dtbo
+*.dtb.S
 *.elf
 *.exe
 *.gcda
 *.gcno
 *.i
+*.img
 *.lex.c
 *.lst
 *.mod.c
 #
 # Top-level generic files
 #
-fit-dtb.blob
+fit-dtb.blob*
 /MLO*
 /SPL*
 /System.map
 /u-boot*
 /boards.cfg
+/*.log
 
 #
 # git files that we don't want to ignore even it they are dot-files
@@ -86,3 +92,6 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__
This page took 0.024002 seconds and 4 git commands to generate.