configs: remove CONFIG_SYS_MVFS
[platform/kernel/u-boot.git] / .gitignore
index 5ac2e60..f1b8015 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