X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=a40c277105ea65efe81a70c53715099adf6d2548;hb=87b27c7aa73241d1eb244048f7aee06fc24af4ef;hp=e71f6ac474d565c2e56299e7fec62a4ddfabc996;hpb=16a354f920f3959ed847bd917bdfbc7eba48cf1e;p=u-boot diff --git a/.gitignore b/.gitignore index e71f6ac474..a40c277105 100644 --- a/.gitignore +++ b/.gitignore @@ -5,43 +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.lds -/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/ -/lib/asm-offsets.s # stgit generated dirs patches-* @@ -62,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 +*~ +\#*#