]> Git Repo - u-boot.git/blobdiff - .gitignore
mpc8548cds: Migrate CONFIG_INTERRUPTS to Kconfig
[u-boot.git] / .gitignore
index d8b7b778449ef1ce61beeb6f3ec6f4450bb22496..eb769f144c3d3a19e772db238b5d152363748742 100644 (file)
@@ -7,8 +7,10 @@
 #
 .*
 *.a
+*.asn1.[ch]
 *.bin
 *.cfgout
+*.cover
 *.dtb
 *.dtbo
 *.dtb.S
 *.gcda
 *.gcno
 *.i
+*.img
 *.lex.c
 *.lst
 *.mod.c
+*.mbx
 *.o
 *.o.*
 *.order
@@ -90,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.026406 seconds and 4 git commands to generate.