]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-u-boot/ti-u-boot.git/blobdiff - .gitignore
Prepare v2024.04
[ti-u-boot/ti-u-boot.git] / .gitignore
index 9110eda6468fb70c6472b13aa086981a8855ed43..330148119264eea7a7c9ea6bc595a957fc70f270 100644 (file)
@@ -3,47 +3,59 @@
 # 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
+*.s
+*.su
+*.swp
 *.tab.[ch]
 
-# host programs on Cygwin
-*.exe
-
 # 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
@@ -55,6 +67,8 @@ fit-dtb.blob
 #
 # Generated include files
 #
+/include/autoconf.mk*
+/include/config.h
 /include/config/
 /include/generated/
 
@@ -87,6 +101,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