X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=cba5eac2a03223699866c0c01d648abe6f29c65e;hb=b9c1f4bf8e11d3701902dcd22a2fa18de8e1250f;hp=255d89f8933c9a6fd9bf9456d110bb005bede67c;hpb=19d829fa60fc4e6df514a046142faaaf9fc8185d;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index 255d89f893..cba5eac2a0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,16 +5,20 @@ # # Normal rules # - -*.rej -*.orig -*.a +.* *.o +*.o.* +*.a +*.s *.su -*~ +*.mod.c +*.i +*.lst +*.order +*.elf *.swp -*.patch *.bin +*.patch *.cfgtmp *.dts.tmp @@ -24,43 +28,36 @@ # # 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 -/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.bd -/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-* @@ -87,5 +84,6 @@ GRTAGS GSYMS GTAGS -# spl ais files -/spl/*.ais +*.orig +*~ +\#*#