]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - .gitignore
powerpc/nand spl: link libgcc
[people/ms/u-boot.git] / .gitignore
index 7c56594381a62abb57f0dcd63c0ccccfc4f5e55e..e71f6ac474d565c2e56299e7fec62a4ddfabc996 100644 (file)
@@ -11,6 +11,8 @@
 *.a
 *.o
 *~
+*.swp
+*.patch
 
 #
 # Top-level generic files
@@ -25,6 +27,9 @@
 /u-boot.ldr
 /u-boot.ldr.hex
 /u-boot.ldr.srec
+/u-boot.lds
+/u-boot-onenand.bin
+/u-boot-flexonenand.bin
 
 #
 # Generated files
 /errlog
 /reloc_off
 
+/include/generated/
+/lib/asm-offsets.s
+
 # stgit generated dirs
 patches-*
+.stgit-edit.txt
 
 # quilt's files
 patches
 series
 
+# gdb files
+.gdb_history
+
 # cscope files
 cscope.*
+
+# tags files
+/tags
+/ctags
+/etags
+
+# OneNAND IPL files
+/onenand_ipl/onenand-ipl*
+/onenand_ipl/board/*/onenand*
+/onenand_ipl/board/*/*.S