X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=ed212032b4dd7ef53eac57f5b208fc6153c73fbe;hb=12733881e94018f9a9b0cdb72c7ab55638142220;hp=ff4bae008137c7a62b226c01b810aa39acaf7e48;hpb=1086c5d6f8541460f0f10e4a302d8aac27e0e6e0;p=u-boot diff --git a/.gitignore b/.gitignore index ff4bae0081..ed212032b4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,20 +10,28 @@ *.orig *.a *.o +*.su *~ *.swp *.patch *.bin +*.cfgtmp + +# Build tree +/build-* # # Top-level generic files # /MLO +/SPL /System.map /u-boot /u-boot.hex /u-boot.imx +/u-boot-with-spl.imx +/u-boot-with-nand-spl.imx /u-boot.map /u-boot.srec /u-boot.ldr @@ -35,8 +43,10 @@ /u-boot.dis /u-boot.lds /u-boot.ubl +/u-boot.ais /u-boot.dtb /u-boot.sb +/u-boot.geany # # Generated files @@ -69,7 +79,5 @@ cscope.* /ctags /etags -# OneNAND IPL files -/onenand_ipl/onenand-ipl* -/onenand_ipl/board/*/onenand* -/onenand_ipl/board/*/*.S +# spl ais files +/spl/*.ais