configs: remove CONFIG_SYS_MVFS
[platform/kernel/u-boot.git] / .gitignore
index 33abbd3..f1b8015 100644 (file)
@@ -30,8 +30,9 @@
 #
 # Top-level generic files
 #
+fit-dtb.blob
 /MLO*
-/SPL
+/SPL*
 /System.map
 /u-boot*
 /boards.cfg
@@ -84,3 +85,7 @@ GTAGS
 *.orig
 *~
 \#*#
+
+# gcc code coverage files
+*.gcda
+*.gcno