]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - .gitignore
xpedite1k: Remove support for reading MACs from EEPROM
[karo-tx-uboot.git] / .gitignore
index 89e96f566d9a4e192e412a9102548a091eb50301..8ccd42a9968784b953e0027ddbbe7666e78679ca 100644 (file)
@@ -11,6 +11,7 @@
 *.a
 *.o
 *~
+*.swp
 *.patch
 
 #
@@ -26,6 +27,8 @@
 /u-boot.ldr
 /u-boot.ldr.hex
 /u-boot.ldr.srec
+/u-boot-onenand.bin
+/u-boot-flexonenand.bin
 
 #
 # Generated files
@@ -44,5 +47,18 @@ patches-*
 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