X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=.gitignore;h=a6b2d1c650c151e44b8820ec7211cd7442b17e36;hp=a1f07f00c675ac58197ab7d0eb5b227784257b91;hb=9233279f8e33d1b3d21958d8afe10fbc3e46b3f2;hpb=93f70dfd58ff0c291c88af57785f131d534d5559 diff --git a/.gitignore b/.gitignore index a1f07f00c6..a6b2d1c650 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,49 +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/ +/spl/* !/spl/Makefile /tpl/ +# +# Generated include files +# +/include/config/ /include/generated/ /include/spl-autoconf.mk /include/tpl-autoconf.mk -asm-offsets.s # stgit generated dirs patches-* @@ -92,3 +83,7 @@ GPATH GRTAGS GSYMS GTAGS + +*.orig +*~ +\#*#