board: sama5d3_xplained: Fix SPL DTB read from NAND
[oweals/u-boot.git] / .gitignore
index 7c56594381a62abb57f0dcd63c0ccccfc4f5e55e..2e1c8bf2bf2c0a7a21e7af66342f2857e70e2f0d 100644 (file)
@@ -3,44 +3,92 @@
 # subdirectories here. Add them in the ".gitignore" file
 # in that subdirectory instead.
 #
-# Normal rules
+# Normal rules (sorted alphabetically)
 #
-
-*.rej
-*.orig
+.*
 *.a
+*.asn1.[ch]
+*.bin
+*.cfgout
+*.dtb
+*.dtbo
+*.dtb.S
+*.elf
+*.exe
+*.gcda
+*.gcno
+*.i
+*.img
+*.lex.c
+*.lst
+*.mod.c
 *.o
-*~
+*.o.*
+*.order
+*.patch
+*.s
+*.su
+*.swp
+*.tab.[ch]
+
+# Build tree
+/build-*
 
 #
 # Top-level generic files
 #
-
+fit-dtb.blob*
+/MLO*
+/SPL*
 /System.map
-/u-boot
-/u-boot.hex
-/u-boot.map
-/u-boot.bin
-/u-boot.srec
-/u-boot.ldr
-/u-boot.ldr.hex
-/u-boot.ldr.srec
+/u-boot*
+/boards.cfg
+/*.log
+
+#
+# git files that we don't want to ignore even it they are dot-files
+#
+!.gitignore
+!.mailmap
 
 #
 # Generated files
 #
+/spl/
+/tpl/
+/defconfig
 
-*.depend
-/LOG
-/errlog
-/reloc_off
+#
+# Generated include files
+#
+/include/config/
+/include/generated/
 
 # stgit generated dirs
 patches-*
+.stgit-edit.txt
 
 # quilt's files
 patches
 series
 
+# gdb files
+.gdb_history
+
 # cscope files
 cscope.*
+
+# tags files
+/tags
+/ctags
+/etags
+
+# gnu global files
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+
+*.orig
+*~
+\#*#