X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=.gitignore;h=771b860ee8ef86f50e66b9e16c9c9ede2a2bcba2;hb=a19b0dd62d7b8efc658fa1aa685ff5665878f3ee;hp=ff4bae008137c7a62b226c01b810aa39acaf7e48;hpb=f9342e2c3e81d62e42393c0c1a8179c309ef3a20;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index ff4bae0081..771b860ee8 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,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 @@ -69,7 +80,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