]> git.sur5r.net Git - u-boot/blobdiff - .gitignore
pci: video: Only print out when everything is OK
[u-boot] / .gitignore
index 5ac2e60d2b1124ea8b1f47c82a79ecf95e613501..f1b801579ce7f4969d1268570e13ce8a8df7e194 100644 (file)
 #
 # Top-level generic files
 #
+fit-dtb.blob
 /MLO*
-/SPL
+/SPL*
 /System.map
 /u-boot*
+/boards.cfg
 
 #
 # git files that we don't want to ignore even it they are dot-files
@@ -47,6 +49,7 @@
 /LOG
 /spl/
 /tpl/
+/defconfig
 
 #
 # Generated include files
@@ -82,3 +85,7 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# gcc code coverage files
+*.gcda
+*.gcno