X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=a40c277105ea65efe81a70c53715099adf6d2548;hb=912cc40f767807fe87320b939cf4ce14aa01c1c4;hp=8ccd42a9968784b953e0027ddbbe7666e78679ca;hpb=84efbf4d144ff8aaed3cca036aebb1fe69eff3f4;p=u-boot diff --git a/.gitignore b/.gitignore index 8ccd42a996..a40c277105 100644 --- a/.gitignore +++ b/.gitignore @@ -5,39 +5,55 @@ # # 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 # - +/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/ + +# +# Generated include files +# +/include/config/ +/include/generated/ # stgit generated dirs patches-* @@ -58,7 +74,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 +*~ +\#*#