]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - .gitignore
configs: colibri_vf: Add fdt_fixup environment variable
[people/ms/u-boot.git] / .gitignore
index 89e96f566d9a4e192e412a9102548a091eb50301..33abbd3d0783ce75b4b1d111b1ee085bc150e30f 100644 (file)
@@ -5,36 +5,56 @@
 #
 # Normal rules
 #
-
-*.rej
-*.orig
-*.a
+.*
 *.o
-*~
+*.o.*
+*.a
+*.s
+*.su
+*.mod.c
+*.i
+*.lst
+*.order
+*.elf
+*.swp
+*.bin
 *.patch
+*.cfgtmp
+
+# host programs on Cygwin
+*.exe
+
+# 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*
+/boards.cfg
 
 #
-# Generated files
+# git files that we don't want to ignore even it they are dot-files
 #
+!.gitignore
+!.mailmap
 
-*.depend
+#
+# Generated files
+#
 /LOG
-/errlog
-/reloc_off
+/spl/
+/tpl/
+/defconfig
+
+#
+# Generated include files
+#
+/include/config/
+/include/generated/
 
 # stgit generated dirs
 patches-*
@@ -44,5 +64,23 @@ patches-*
 patches
 series
 
+# gdb files
+.gdb_history
+
 # cscope files
 cscope.*
+
+# tags files
+/tags
+/ctags
+/etags
+
+# gnu global files
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+
+*.orig
+*~
+\#*#