]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - .gitignore
ARM Update mach-types
[karo-tx-uboot.git] / .gitignore
index e29dce92977aa9e8246325c4e59af3ef78501064..67d2cd62c06b2ad84cb13bcd98e54444e7482a54 100644 (file)
@@ -10,6 +10,9 @@
 *.orig
 *.a
 *.o
+*~
+*.swp
+*.patch
 
 #
 # Top-level generic files
@@ -24,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
 
 # 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