X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=1ac43f2825666d93f2f611e86ab2f735777bf83f;hb=5846b11e8810f0ecc15e78b383b7709b9b785580;hp=0f32fd8954337645d4cb0373f1435f3b0e48034e;hpb=a7ed871b728f846303c234d3622a182c9e25579e;p=u-boot diff --git a/.gitignore b/.gitignore index 0f32fd8954..1ac43f2825 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,9 @@ *.patch *.bin +# Build tree +/build-* + # # Top-level generic files # @@ -35,10 +38,12 @@ /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 @@ -71,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