X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=.gitignore;h=e40eb7b6690f9c37eb27c2454770516fa6d01a9c;hb=575c5cc06f63d02fda73c7b29c6d782de4df6393;hp=320d21e6c4f04402ecc15d1f1f2be703923658c6;hpb=47508843061b8dd9455ec86df00d56b462f2a5c9;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index 320d21e6c4..e40eb7b669 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,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 +77,5 @@ cscope.* /ctags /etags -# OneNAND IPL files -/onenand_ipl/onenand-ipl* -/onenand_ipl/board/*/onenand* -/onenand_ipl/board/*/*.S +# spl ais files +/spl/*.ais