]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - .gitignore
spl: Convert NVMe to spl_load
[thirdparty/u-boot.git] / .gitignore
index f1b801579ce7f4969d1268570e13ce8a8df7e194..a1a79e92feeffd689a983404723eb1d1f3e58d66 100644 (file)
@@ -3,57 +3,73 @@
 # subdirectories here. Add them in the ".gitignore" file
 # in that subdirectory instead.
 #
-# Normal rules
+# Normal rules (sorted alphabetically)
 #
 .*
-*.o
-*.o.*
+!.checkpatch.conf
 *.a
-*.s
-*.su
-*.mod.c
+*.asn1.[ch]
+*.bin
+*.cfgout
+*.cover
+*.dtb
+*.dtbo
+*.dtb.S
+*.elf
+*.exe
+*.gcda
+*.gcno
 *.i
+*.img
+*.lex.c
 *.lst
+*.mod.c
+*.mbx
+*.o
+*.o.*
 *.order
-*.elf
-*.swp
-*.bin
 *.patch
-*.cfgtmp
-
-# host programs on Cygwin
-*.exe
+*.s
+*.su
+*.swp
+*.tab.[ch]
 
 # Build tree
-/build-*
+/build*
 
 #
 # Top-level generic files
 #
-fit-dtb.blob
+fit-dtb.blob*
 /MLO*
 /SPL*
 /System.map
-/u-boot*
 /boards.cfg
+/mkimage-in-simple-bin*
+/simple-bin*
+/u-boot*
+/*.log
 
 #
 # git files that we don't want to ignore even it they are dot-files
 #
 !.gitignore
 !.mailmap
+!.get_maintainer.*
 
 #
 # Generated files
 #
-/LOG
 /spl/
+/tools/generated/
 /tpl/
 /defconfig
 
 #
 # Generated include files
 #
+/include/autoconf.mk*
+/include/config.h
 /include/config/
 /include/generated/
 
@@ -86,6 +102,18 @@ GTAGS
 *~
 \#*#
 
-# gcc code coverage files
-*.gcda
-*.gcno
+# Python cache
+__pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/
+
+# pylint files
+/pylint.cur
+/pylint.out/
+
+# qconfig database
+/qconfig.db
+
+# Clang's compilation database file
+/compile_commands.json