X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=.gitignore;h=cba5eac2a03223699866c0c01d648abe6f29c65e;hp=ed212032b4dd7ef53eac57f5b208fc6153c73fbe;hb=c34c0246a3600dc4712247b267f71576234e403b;hpb=17059f972fa6768ebf15a575c00083b3a431b79a diff --git a/.gitignore b/.gitignore index ed212032b4..cba5eac2a0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,17 +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-* @@ -23,42 +28,36 @@ # # Top-level generic files # - -/MLO +/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.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-* @@ -79,5 +78,12 @@ cscope.* /ctags /etags -# spl ais files -/spl/*.ais +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + +*.orig +*~ +\#*#