scripts: Fix to not skip some option parameters for rpi4 fusing script
[platform/kernel/u-boot.git] / .gitignore
index 6bb0ade..d4e165f 100644 (file)
@@ -7,18 +7,23 @@
 #
 .*
 *.a
+*.asn1.[ch]
 *.bin
-*.cfgtmp
+*.cfgout
+*.cover
 *.dtb
+*.dtbo
 *.dtb.S
 *.elf
 *.exe
 *.gcda
 *.gcno
 *.i
+*.img
 *.lex.c
 *.lst
 *.mod.c
+*.mbx
 *.o
 *.o.*
 *.order
 #
 # 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
 #
+!.gbs.conf
 !.gitignore
 !.mailmap
 
@@ -88,3 +95,13 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/
+
+# pylint files
+/pylint.cur
+/pylint.out/