]> git.sur5r.net Git - u-boot/blobdiff - .gitignore
mmc: dwmmc: socfpga: Add reset ctrl to driver
[u-boot] / .gitignore
index e71f6ac474d565c2e56299e7fec62a4ddfabc996..6bb0adefa7b2ca100ce56fe7381465e1cd18abd4 100644 (file)
@@ -3,45 +3,62 @@
 # subdirectories here. Add them in the ".gitignore" file
 # in that subdirectory instead.
 #
-# Normal rules
+# Normal rules (sorted alphabetically)
 #
-
-*.rej
-*.orig
+.*
 *.a
+*.bin
+*.cfgtmp
+*.dtb
+*.dtb.S
+*.elf
+*.exe
+*.gcda
+*.gcno
+*.i
+*.lex.c
+*.lst
+*.mod.c
 *.o
-*~
-*.swp
+*.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.lds
-/u-boot-onenand.bin
-/u-boot-flexonenand.bin
+/u-boot*
+/boards.cfg
 
 #
-# Generated files
+# git files that we don't want to ignore even it they are dot-files
 #
+!.gitignore
+!.mailmap
 
-*.depend
-/LOG
-/errlog
-/reloc_off
+#
+# Generated files
+#
+/spl/
+/tpl/
+/defconfig
 
+#
+# Generated include files
+#
+/include/config/
 /include/generated/
-/lib/asm-offsets.s
 
 # stgit generated dirs
 patches-*
@@ -62,7 +79,12 @@ cscope.*
 /ctags
 /etags
 
-# OneNAND IPL files
-/onenand_ipl/onenand-ipl*
-/onenand_ipl/board/*/onenand*
-/onenand_ipl/board/*/*.S
+# gnu global files
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+
+*.orig
+*~
+\#*#