]> Git Repo - J-u-boot.git/blobdiff - .gitignore
cmd: i2c: Remove unused NEEDS_MANUAL_RELOC code bits
[J-u-boot.git] / .gitignore
index c2afcfbca23e486d5a3337045010d5a6b2d73b67..002f95de4feb6736bd65c4b7f5a34db9243b20fd 100644 (file)
@@ -6,9 +6,12 @@
 # Normal rules (sorted alphabetically)
 #
 .*
+!.checkpatch.conf
 *.a
+*.asn1.[ch]
 *.bin
 *.cfgout
+*.cover
 *.dtb
 *.dtbo
 *.dtb.S
 *.gcda
 *.gcno
 *.i
+*.img
 *.lex.c
 *.lst
 *.mod.c
+*.mbx
 *.o
 *.o.*
 *.order
@@ -35,7 +40,7 @@
 #
 # Top-level generic files
 #
-fit-dtb.blob
+fit-dtb.blob*
 /MLO*
 /SPL*
 /System.map
@@ -48,6 +53,7 @@ fit-dtb.blob
 #
 !.gitignore
 !.mailmap
+!.get_maintainer.*
 
 #
 # Generated files
@@ -90,3 +96,16 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/
+
+# pylint files
+/pylint.cur
+/pylint.out/
+
+# moveconfig database
+/moveconfig.db
This page took 0.025848 seconds and 4 git commands to generate.