X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=.gitignore;h=cba5eac2a03223699866c0c01d648abe6f29c65e;hp=b78e2ac681c5a8df5a6691e49eef4d14a9d7cb00;hb=cfa90a636b74312c56e2cc1d307876fdcd6d687c;hpb=5941a61a7c40766a38dec5c10c18d8f8b1814441 diff --git a/.gitignore b/.gitignore index b78e2ac681..cba5eac2a0 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,39 +28,36 @@ # # Top-level generic files # - -/MLO +/MLO* +/SPL /System.map -/u-boot -/u-boot.hex -/u-boot.imx -/u-boot.map -/u-boot.srec -/u-boot.ldr -/u-boot.ldr.hex -/u-boot.ldr.srec -/u-boot.img -/u-boot.kwb -/u-boot.sha1 -/u-boot.dis -/u-boot.lds -/u-boot.ubl -/u-boot.ais -/u-boot.dtb -/u-boot.sb -/u-boot.geany +/u-boot* + +# +# 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/ + +# +# Generated include files +# +/include/config/ /include/generated/ -asm-offsets.s +/include/spl-autoconf.mk +/include/tpl-autoconf.mk # stgit generated dirs patches-* @@ -75,7 +78,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 + +*.orig +*~ +\#*#