X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=e71f6ac474d565c2e56299e7fec62a4ddfabc996;hb=0e7790d450000c1a2cda40458adb28707eaa5041;hp=7c56594381a62abb57f0dcd63c0ccccfc4f5e55e;hpb=d9da0a394a141cf188d646dd89e30c083526ce77;p=u-boot diff --git a/.gitignore b/.gitignore index 7c56594381..e71f6ac474 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ *.a *.o *~ +*.swp +*.patch # # Top-level generic files @@ -25,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 @@ -35,12 +40,29 @@ /errlog /reloc_off +/include/generated/ +/lib/asm-offsets.s + # 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