Moved initialization of FCC Ethernet controller to cpu_eth_init
[platform/kernel/u-boot.git] / .gitignore
index e29dce9..9c53f5c 100644 (file)
@@ -10,6 +10,9 @@
 *.orig
 *.a
 *.o
+*~
+*.swp
+*.patch
 
 #
 # Top-level generic files
@@ -24,6 +27,8 @@
 /u-boot.ldr
 /u-boot.ldr.hex
 /u-boot.ldr.srec
+/u-boot-onenand.bin
+/u-boot-flexonenand.bin
 
 #
 # Generated files
@@ -36,6 +41,7 @@
 
 # stgit generated dirs
 patches-*
+.stgit-edit.txt
 
 # quilt's files
 patches
@@ -43,3 +49,12 @@ series
 
 # cscope files
 cscope.*
+
+# tags files
+/ctags
+/etags
+
+# OneNAND IPL files
+/onenand_ipl/onenand-ipl*
+/onenand_ipl/board/*/onenand*
+/onenand_ipl/board/*/*.S