X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=7b59233ebd293f29901d776b8b826276cd5bc32c;hb=445520571f7f69601593de4435f377f83e21e2fc;hp=70a11f7850f363f23bc30092be685d16e763e701;hpb=2c0f79e44bfdc592913b96aeeb7ecc5acca6eb37;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index 70a11f7850..7b59233ebd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,20 +10,29 @@ *.orig *.a *.o +*.su *~ *.swp *.patch *.bin +*.cfgtmp +*.dts.tmp + +# 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,7 +44,11 @@ /u-boot.dis /u-boot.lds /u-boot.ubl +/u-boot.ais /u-boot.dtb +/u-boot.sb +/u-boot.bd +/u-boot.geany # # Generated files @@ -56,6 +69,7 @@ patches-* # quilt's files patches series +.pc # gdb files .gdb_history @@ -68,7 +82,11 @@ cscope.* /ctags /etags -# OneNAND IPL files -/onenand_ipl/onenand-ipl* -/onenand_ipl/board/*/onenand* -/onenand_ipl/board/*/*.S +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + +# spl ais files +/spl/*.ais