X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=a40c277105ea65efe81a70c53715099adf6d2548;hb=e79c7c881047ca99191cc79b6d83ec64b898cd9b;hp=d7d55383acbe6a35fa74c2b4cd669ace3d59ed23;hpb=86a8b3a207ac34f453607a52a4d702bb67789ea2;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index d7d55383ac..a40c277105 100644 --- a/.gitignore +++ b/.gitignore @@ -5,18 +5,24 @@ # # Normal rules # - -*.rej -*.orig -*.a +.* *.o +*.o.* +*.a +*.s *.su -*~ +*.mod.c +*.i +*.lst +*.order +*.elf *.swp -*.patch *.bin +*.patch *.cfgtmp -*.dts.tmp + +# host programs on Cygwin +*.exe # Build tree /build-* @@ -24,48 +30,30 @@ # # Top-level generic files # - /MLO* /SPL /System.map -/u-boot -/u-boot.elf -/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* +/boards.cfg # -# Generated files +# git files that we don't want to ignore even it they are dot-files # +!.gitignore +!.mailmap -*.depend* +# +# Generated files +# /LOG -/errlog -/reloc_off - -!/spl/Makefile -/spl/* +/spl/ /tpl/ +# +# Generated include files +# +/include/config/ /include/generated/ -/include/spl-autoconf.mk -/include/tpl-autoconf.mk -asm-offsets.s # stgit generated dirs patches-* @@ -91,3 +79,7 @@ GPATH GRTAGS GSYMS GTAGS + +*.orig +*~ +\#*#