]> Git Repo - J-u-boot.git/blobdiff - .gitignore
Dockerfile: build swtpm
[J-u-boot.git] / .gitignore
index 3df3139d236e686a697c157b7e70c3fa3e9d64bb..e66aa864da62c8ccc06a6f72b9bd528f771d4042 100644 (file)
@@ -7,6 +7,7 @@
 #
 .*
 *.a
+*.asn1.[ch]
 *.bin
 *.cfgout
 *.dtb
@@ -17,6 +18,7 @@
 *.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
@@ -89,3 +92,6 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# Python cache
+__pycache__
This page took 0.025651 seconds and 4 git commands to generate.