]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - .gitignore
spl: Convert NVMe to spl_load
[thirdparty/u-boot.git] / .gitignore
index 9697f0088f809d6ce742a13f2c0e069046fcb678..a1a79e92feeffd689a983404723eb1d1f3e58d66 100644 (file)
@@ -44,8 +44,10 @@ fit-dtb.blob*
 /MLO*
 /SPL*
 /System.map
-/u-boot*
 /boards.cfg
+/mkimage-in-simple-bin*
+/simple-bin*
+/u-boot*
 /*.log
 
 #
@@ -59,12 +61,15 @@ fit-dtb.blob*
 # Generated files
 #
 /spl/
+/tools/generated/
 /tpl/
 /defconfig
 
 #
 # Generated include files
 #
+/include/autoconf.mk*
+/include/config.h
 /include/config/
 /include/generated/
 
@@ -107,5 +112,8 @@ __pycache__
 /pylint.cur
 /pylint.out/
 
-# moveconfig database
-/moveconfig.db
+# qconfig database
+/qconfig.db
+
+# Clang's compilation database file
+/compile_commands.json