:)
[platform/kernel/u-boot.git] / .gitignore
index f980ae6..d4e165f 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
@@ -47,6 +50,7 @@ fit-dtb.blob*
 #
 # git files that we don't want to ignore even it they are dot-files
 #
+!.gbs.conf
 !.gitignore
 !.mailmap
 
@@ -91,3 +95,13 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/
+
+# pylint files
+/pylint.cur
+/pylint.out/