X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=5882ff50b1daca0edf01505a3039c91178bb8f8b;hb=36ae5cd2a824597b4c53b045ac0f4c1e3b4eaf65;hp=2e6fde8161b1e7d52478951cafb61f747b8442f1;hpb=6d660e773e2b9370f527e86087239bb78643ccf4;p=u-boot diff --git a/.gitignore b/.gitignore index 2e6fde8161..5882ff50b1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,16 +5,22 @@ # # Normal rules # - -*.rej -*.orig -*.a +.* *.o +*.o.* +*.a +*.s *.su -*~ +*.mod.c +*.i +*.lst +*.order +*.elf *.swp -*.patch *.bin +*.patch +*.cfgtmp +*.dts.tmp # Build tree /build-* @@ -22,12 +28,14 @@ # # Top-level generic files # - -/MLO +/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 @@ -40,21 +48,29 @@ /u-boot.lds /u-boot.ubl /u-boot.ais -/u-boot.dtb /u-boot.sb -/u-boot.geany + +# +# git files that we don't want to ignore even it they are dot-files +# +!.gitignore +!.mailmap # # Generated files # -*.depend* /LOG /errlog /reloc_off +!/spl/Makefile +/spl/* +/tpl/ + /include/generated/ -asm-offsets.s +/include/spl-autoconf.mk +/include/tpl-autoconf.mk # stgit generated dirs patches-* @@ -75,10 +91,12 @@ 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 +*.orig +*~ +\#*#