]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - .gitignore
woodburn_sd: Remove CONFIG_BOOT_INTERNAL
[karo-tx-uboot.git] / .gitignore
index 89e96f566d9a4e192e412a9102548a091eb50301..ffe0cc71076db15d3915ad9f58517d64e4a7cac5 100644 (file)
@@ -5,37 +5,56 @@
 #
 # Normal rules
 #
-
-*.rej
-*.orig
-*.a
+.*
 *.o
-*~
+*.o.*
+*.a
+*.s
+*.su
+*.mod.c
+*.i
+*.lst
+*.order
+*.elf
+*.swp
+*.bin
 *.patch
+*.cfgtmp
+*.dts.tmp
+
+# Build tree
+/build-*
 
 #
 # Top-level generic files
 #
-
+/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*
+
+#
+# git files that we don't want to ignore even it they are dot-files
+#
+!.gitignore
+!.mailmap
 
 #
 # Generated files
 #
 
-*.depend
 /LOG
 /errlog
 /reloc_off
 
+!/spl/Makefile
+/spl/*
+/tpl/
+
+/include/generated/
+/include/spl-autoconf.mk
+/include/tpl-autoconf.mk
+
 # stgit generated dirs
 patches-*
 .stgit-edit.txt
@@ -44,5 +63,23 @@ patches-*
 patches
 series
 
+# gdb files
+.gdb_history
+
 # cscope files
 cscope.*
+
+# tags files
+/tags
+/ctags
+/etags
+
+# gnu global files
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+
+*.orig
+*~
+\#*#