X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=1ac43f2825666d93f2f611e86ab2f735777bf83f;hb=b04eb342af72d5dbcc29ccd7f3f9475044113361;hp=289ffab85a54fbecf01727db8c5e2ac994881ee0;hpb=1e02c20ac925fbc527b8579e42f0a6bd610a0760;p=u-boot diff --git a/.gitignore b/.gitignore index 289ffab85a..1ac43f2825 100644 --- a/.gitignore +++ b/.gitignore @@ -10,11 +10,15 @@ *.orig *.a *.o +*.su *~ *.swp *.patch *.bin +# Build tree +/build-* + # # Top-level generic files # @@ -34,20 +38,24 @@ /u-boot.sha1 /u-boot.dis /u-boot.lds +/u-boot.lst /u-boot.ubl +/u-boot.ais +/u-boot.dtb +/u-boot.sb +/u-boot.geany # # Generated files # -*.depend +*.depend* /LOG /errlog /reloc_off /include/generated/ -/lib/asm-offsets.s -/arch/*/cpu/asm-offsets.s +asm-offsets.s # stgit generated dirs patches-* @@ -68,7 +76,5 @@ cscope.* /ctags /etags -# OneNAND IPL files -/onenand_ipl/onenand-ipl* -/onenand_ipl/board/*/onenand* -/onenand_ipl/board/*/*.S +# spl ais files +/spl/*.ais