X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=a6b2d1c650c151e44b8820ec7211cd7442b17e36;hb=e6607cffef965011ef0ddc0fbe6f4b7c0d53aeec;hp=e71f6ac474d565c2e56299e7fec62a4ddfabc996;hpb=1032d97496f6d534bf0030a5779ff1cb38cc9ebf;p=u-boot diff --git a/.gitignore b/.gitignore index e71f6ac474..a6b2d1c650 100644 --- a/.gitignore +++ b/.gitignore @@ -5,43 +5,59 @@ # # Normal rules # - -*.rej -*.orig -*.a +.* *.o -*~ +*.o.* +*.a +*.s +*.su +*.mod.c +*.i +*.lst +*.order +*.elf *.swp +*.bin *.patch +*.cfgtmp +*.dts.tmp + +# Build tree +/build-* # # Top-level generic files # - +/MLO* +/SPL /System.map -/u-boot -/u-boot.hex -/u-boot.map -/u-boot.bin -/u-boot.srec -/u-boot.ldr -/u-boot.ldr.hex -/u-boot.ldr.srec -/u-boot.lds -/u-boot-onenand.bin -/u-boot-flexonenand.bin +/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/Makefile +/tpl/ + +# +# Generated include files +# +/include/config/ /include/generated/ -/lib/asm-offsets.s +/include/spl-autoconf.mk +/include/tpl-autoconf.mk # stgit generated dirs patches-* @@ -62,7 +78,12 @@ cscope.* /ctags /etags -# OneNAND IPL files -/onenand_ipl/onenand-ipl* -/onenand_ipl/board/*/onenand* -/onenand_ipl/board/*/*.S +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + +*.orig +*~ +\#*#