X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=a163728832eb0fc7b01ece5d81c6239f3b824671;hb=6e787b7234f7298d487d91dfb40c3146bf194a3e;hp=320d21e6c4f04402ecc15d1f1f2be703923658c6;hpb=1b81f017b04b5a176f5f9230ec979f0f3c55ba5b;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 320d21e6c4..a163728832 100644 --- a/.gitignore +++ b/.gitignore @@ -10,11 +10,15 @@ *.orig *.a *.o +*.su *~ *.swp *.patch *.bin +# Build tree +/build-* + # # Top-level generic files # @@ -35,6 +39,11 @@ /u-boot.dis /u-boot.lds /u-boot.ubl +/u-boot.ais +/u-boot.dtb +/u-boot.sb +/u-boot.geany +/include/u-boot.lst # # 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