X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=f1b801579ce7f4969d1268570e13ce8a8df7e194;hb=ffdf528007ddd4ae7527951f6694eb31a9162e88;hp=8ccd42a9968784b953e0027ddbbe7666e78679ca;hpb=cb32ed1fc298875845f166d326a3f2704a0d5364;p=u-boot diff --git a/.gitignore b/.gitignore index 8ccd42a996..f1b801579c 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-* @@ -58,7 +76,16 @@ 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 +*~ +\#*# + +# gcc code coverage files +*.gcda +*.gcno