]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - .gitignore
sunxi: define SYS_MONITOR_LEN in Kconfig, not _defconfig
[thirdparty/u-boot.git] / .gitignore
index 2e1c8bf2bf2c0a7a21e7af66342f2857e70e2f0d..eb769f144c3d3a19e772db238b5d152363748742 100644 (file)
@@ -10,6 +10,7 @@
 *.asn1.[ch]
 *.bin
 *.cfgout
+*.cover
 *.dtb
 *.dtbo
 *.dtb.S
@@ -22,6 +23,7 @@
 *.lex.c
 *.lst
 *.mod.c
+*.mbx
 *.o
 *.o.*
 *.order
@@ -92,3 +94,13 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/
+
+# pylint files
+/pylint.cur
+/pylint.out/