#
.*
*.a
+*.asn1.[ch]
*.bin
-*.cfgtmp
+*.cfgout
*.dtb
+*.dtbo
*.dtb.S
*.elf
*.exe
*.gcda
*.gcno
*.i
+*.img
*.lex.c
*.lst
*.mod.c
#
# Top-level generic files
#
-fit-dtb.blob
+fit-dtb.blob*
/MLO*
/SPL*
/System.map
/u-boot*
/boards.cfg
+/*.log
#
# git files that we don't want to ignore even it they are dot-files
*.orig
*~
\#*#
+
+# Python cache
+__pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/
+
+# pylint files
+/pylint.cur
+/pylint.out/