Merge tag 'u-boot-at91-fixes-2023.01-b' of https://source.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / .gitignore
index f980ae6..eb769f1 100644 (file)
@@ -7,8 +7,10 @@
 #
 .*
 *.a
+*.asn1.[ch]
 *.bin
 *.cfgout
+*.cover
 *.dtb
 *.dtbo
 *.dtb.S
@@ -21,6 +23,7 @@
 *.lex.c
 *.lst
 *.mod.c
+*.mbx
 *.o
 *.o.*
 *.order
@@ -91,3 +94,13 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/
+
+# pylint files
+/pylint.cur
+/pylint.out/