configs: remove CONFIG_SYS_MVFS
[platform/kernel/u-boot.git] / .gitignore
index a40c277..f1b8015 100644 (file)
@@ -30,8 +30,9 @@
 #
 # Top-level generic files
 #
+fit-dtb.blob
 /MLO*
-/SPL
+/SPL*
 /System.map
 /u-boot*
 /boards.cfg
@@ -48,6 +49,7 @@
 /LOG
 /spl/
 /tpl/
+/defconfig
 
 #
 # Generated include files
@@ -83,3 +85,7 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# gcc code coverage files
+*.gcda
+*.gcno