X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=dbf545f2d11cd3118c6c8b54122adfbe799ea1b8;hb=09c2e90c110ef99f1203685acd1059114a51b167;hp=37f2c1dcd99d8f9102ad396ebe467d19b878a95b;hpb=3f2175fa840925e2028c5d482e4cefa787cc8703;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 37f2c1dcd9..dbf545f2d1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ *.a *.o *~ +*.swp +*.patch +*.bin # # Top-level generic files @@ -18,9 +21,19 @@ /System.map /u-boot +/u-boot.hex +/u-boot.imx /u-boot.map -/u-boot.bin /u-boot.srec +/u-boot.ldr +/u-boot.ldr.hex +/u-boot.ldr.srec +/u-boot.img +/u-boot.kwb +/u-boot.sha1 +/u-boot.dis +/u-boot.lds +/u-boot.ubl # # Generated files @@ -31,12 +44,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