]> Git Repo - u-boot.git/blobdiff - .gitignore
mpc8548cds: Migrate CONFIG_INTERRUPTS to Kconfig
[u-boot.git] / .gitignore
index f980ae6f703e1e8fc14c04c4fb2268a269b37e38..eb769f144c3d3a19e772db238b5d152363748742 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/
This page took 0.02676 seconds and 4 git commands to generate.