X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=1ac43f2825666d93f2f611e86ab2f735777bf83f;hb=d7aff44a00e5de3de2ed18a3329edf5ff9d3aada;hp=0f32fd8954337645d4cb0373f1435f3b0e48034e;hpb=5c877b1ae0a4219ed6bd8d32cf3f7106b81ecb3b;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