X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=ffe0cc71076db15d3915ad9f58517d64e4a7cac5;hb=6df82e3c0f3e1b160ff08dbf4a2e36f8c75de68e;hp=0f32fd8954337645d4cb0373f1435f3b0e48034e;hpb=5c877b1ae0a4219ed6bd8d32cf3f7106b81ecb3b;p=u-boot diff --git a/.gitignore b/.gitignore index 0f32fd8954..ffe0cc7107 100644 --- a/.gitignore +++ b/.gitignore @@ -5,52 +5,55 @@ # # Normal rules # - -*.rej -*.orig -*.a +.* *.o +*.o.* +*.a +*.s *.su -*~ +*.mod.c +*.i +*.lst +*.order +*.elf *.swp -*.patch *.bin +*.patch +*.cfgtmp +*.dts.tmp + +# Build tree +/build-* # # Top-level generic files # - -/MLO +/MLO* +/SPL /System.map -/u-boot -/u-boot.hex -/u-boot.imx -/u-boot.map -/u-boot.srec -/u-boot.ldr -/u-boot.ldr.hex -/u-boot.ldr.srec -/u-boot.img -/u-boot.kwb -/u-boot.sha1 -/u-boot.dis -/u-boot.lds -/u-boot.ubl -/u-boot.ais -/u-boot.dtb -/u-boot.sb +/u-boot* + +# +# git files that we don't want to ignore even it they are dot-files +# +!.gitignore +!.mailmap # # Generated files # -*.depend* /LOG /errlog /reloc_off +!/spl/Makefile +/spl/* +/tpl/ + /include/generated/ -asm-offsets.s +/include/spl-autoconf.mk +/include/tpl-autoconf.mk # stgit generated dirs patches-* @@ -71,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 +*~ +\#*#