]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - .gitignore
fdt: added the ability to set initrd start/end via chosen command
[karo-tx-uboot.git] / .gitignore
index cda275ec73b289c3c230ff9195ecaae4c800b71a..96c1b4a7ae63a2478f54ab90b35c4841e19f7c37 100644 (file)
@@ -10,6 +10,8 @@
 *.orig
 *.a
 *.o
+*~
+*.patch
 
 #
 # Top-level generic files
 
 /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-onenand.bin
+/u-boot-flexonenand.bin
 
 #
 # Generated files
@@ -32,6 +40,7 @@
 
 # stgit generated dirs
 patches-*
+.stgit-edit.txt
 
 # quilt's files
 patches
@@ -39,3 +48,8 @@ series
 
 # cscope files
 cscope.*
+
+# OneNAND IPL files
+/onenand_ipl/onenand-ipl*
+/onenand_ipl/board/*/onenand*
+/onenand_ipl/board/*/*.S