X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=be09894a0b67e7b6bd56486086a121c7d89f67fb;hb=2c6346c1beb1d4debe9c79dc7f72c4e62a77859d;hp=320d21e6c4f04402ecc15d1f1f2be703923658c6;hpb=1b81f017b04b5a176f5f9230ec979f0f3c55ba5b;p=u-boot diff --git a/.gitignore b/.gitignore index 320d21e6c4..be09894a0b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,10 +10,15 @@ *.orig *.a *.o +*.su *~ *.swp *.patch *.bin +*.cfgtmp + +# Build tree +/build-* # # Top-level generic files @@ -35,6 +40,10 @@ /u-boot.dis /u-boot.lds /u-boot.ubl +/u-boot.ais +/u-boot.dtb +/u-boot.sb +/u-boot.geany # # Generated files @@ -67,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