X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=1ac43f2825666d93f2f611e86ab2f735777bf83f;hb=5b1be1bd01dfa6868a6ab7cf430e9049212c36a9;hp=ff4bae008137c7a62b226c01b810aa39acaf7e48;hpb=0c2dd9a05bdcf3b2b4880509ec690116873fe158;p=u-boot diff --git a/.gitignore b/.gitignore index ff4bae0081..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,9 +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 @@ -69,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