X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=inline;f=.gitignore;h=dbf545f2d11cd3118c6c8b54122adfbe799ea1b8;hb=d1228ea9008a05f86628cfa7dd03dcf9485468eb;hp=9c53f5c5b54123532d79cb08150facc26d554717;hpb=52bacb9879e14e39dbb523c90981698927767a7f;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 9c53f5c5b5..dbf545f2d1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *~ *.swp *.patch +*.bin # # Top-level generic files @@ -21,14 +22,18 @@ /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-onenand.bin -/u-boot-flexonenand.bin +/u-boot.img +/u-boot.kwb +/u-boot.sha1 +/u-boot.dis +/u-boot.lds +/u-boot.ubl # # Generated files @@ -39,6 +44,9 @@ /errlog /reloc_off +/include/generated/ +/lib/asm-offsets.s + # stgit generated dirs patches-* .stgit-edit.txt @@ -47,10 +55,14 @@ patches-* patches series +# gdb files +.gdb_history + # cscope files cscope.* # tags files +/tags /ctags /etags