X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=29757aa51e32364015a29ceff1deafab02365df3;hb=bc8cb152d8fbea100023917c285129a6d9ccc3ba;hp=e13fc96322f72db3945e150e6beb2bd37ee2e7da;hpb=cb5473205206c7f14cbb1e747f28ec75b48826e2;p=u-boot diff --git a/.gitignore b/.gitignore index e13fc96322..29757aa51e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,39 +5,57 @@ # # Normal rules # - -*.rej -*.orig -*.a +.* *.o -*~ +*.o.* +*.a +*.s +*.su +*.mod.c +*.i +*.lst +*.order +*.elf *.swp +*.bin *.patch +*.cfgtmp + +# host programs on Cygwin +*.exe + +# Build tree +/build-* # # Top-level generic files # - +fit-dtb.blob +/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-onenand.bin -/u-boot-flexonenand.bin +/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/ +/tpl/ +/defconfig + +# +# Generated include files +# +/include/config/ +/include/generated/ # stgit generated dirs patches-* @@ -54,10 +72,16 @@ series cscope.* # tags files +/tags /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 +*~ +\#*#