X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=a6b2d1c650c151e44b8820ec7211cd7442b17e36;hb=9c3fdd883a8c9aa32b52abf8ccc180bd4929826f;hp=d91e91b1e652dcac5a91e5f653e7d08e763e1d1c;hpb=e4a189acfed4e8a99599f948a019f709b066722f;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index d91e91b1e6..a6b2d1c650 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/* +!/spl/Makefile +/tpl/ + +# +# Generated include files +# +/include/config/ /include/generated/ -asm-offsets.s +/include/spl-autoconf.mk +/include/tpl-autoconf.mk # stgit generated dirs patches-* @@ -75,5 +78,12 @@ cscope.* /ctags /etags -# spl ais files -/spl/*.ais +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + +*.orig +*~ +\#*#