X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=8ccd42a9968784b953e0027ddbbe7666e78679ca;hb=086ff34a3a7e5e595630d658c1c13778399452d1;hp=e29dce92977aa9e8246325c4e59af3ef78501064;hpb=94a91e248b71c3ff951fc27cff6909e82ca37d15;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index e29dce9297..8ccd42a996 100644 --- a/.gitignore +++ b/.gitignore @@ -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,10 +41,24 @@ # 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