X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=cba5eac2a03223699866c0c01d648abe6f29c65e;hb=a980d1e46933b2ff96f6a7148755ffc2bfa1cc87;hp=d91e91b1e652dcac5a91e5f653e7d08e763e1d1c;hpb=49b3962d2021867924f9fc04288f486abb501d87;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index d91e91b1e6..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,5 +78,12 @@ cscope.* /ctags /etags -# spl ais files -/spl/*.ais +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + +*.orig +*~ +\#*#