X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=29757aa51e32364015a29ceff1deafab02365df3;hb=74ffc7cbb1d2d1f218b1bd67d1bd3cc1cba8aa79;hp=96c1b4a7ae63a2478f54ab90b35c4841e19f7c37;hpb=861931c30bdb0cfbecf6c4f944bd221be572f010;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 96c1b4a7ae..29757aa51e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,38 +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-* @@ -46,10 +65,23 @@ patches-* patches series +# gdb files +.gdb_history + # cscope files cscope.* -# OneNAND IPL files -/onenand_ipl/onenand-ipl* -/onenand_ipl/board/*/onenand* -/onenand_ipl/board/*/*.S +# tags files +/tags +/ctags +/etags + +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + +*.orig +*~ +\#*#