X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=2cba50167ed64d20ba0da20a802dd46a41f33a60;hb=d00bb0fe80531de58e4777f7d98821a4f4329427;hp=e13fc96322f72db3945e150e6beb2bd37ee2e7da;hpb=13d36ec849785453953d00220b2c7dc66644a3c2;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index e13fc96322..2cba50167e 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-* @@ -46,6 +62,7 @@ patches-* # quilt's files patches series +.pc # gdb files .gdb_history @@ -54,10 +71,16 @@ series cscope.* # tags files +/tags /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 +*~ +\#*#