X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=.gitignore;h=9be2b800ed3bfa500402ac43db4132340f361c6d;hp=dbf545f2d11cd3118c6c8b54122adfbe799ea1b8;hb=f37a3043cbbda8e084798a217d6f0c1ebe6e26b0;hpb=9023ae305919d0aecb4a22726b9d08c6b08189d7 diff --git a/.gitignore b/.gitignore index dbf545f2d1..9be2b800ed 100644 --- a/.gitignore +++ b/.gitignore @@ -5,47 +5,56 @@ # # Normal rules # - -*.rej -*.orig -*.a +.* *.o -*~ +*.o.* +*.a +*.s +*.su +*.mod.c +*.i +*.lst +*.order +*.elf *.swp -*.patch *.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.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* +/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/ -/lib/asm-offsets.s # stgit generated dirs patches-* @@ -54,6 +63,7 @@ patches-* # quilt's files patches series +.pc # gdb files .gdb_history @@ -66,7 +76,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 +*~ +\#*#