X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=29757aa51e32364015a29ceff1deafab02365df3;hb=33678bd7f5a3cf7c8a226512e443ab7efbe3a8e2;hp=7c56594381a62abb57f0dcd63c0ccccfc4f5e55e;hpb=d7d9afa48cfa5b07089e3694859a377676a81bd1;p=u-boot diff --git a/.gitignore b/.gitignore index 7c56594381..29757aa51e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,42 +5,83 @@ # # 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* +/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-* +.stgit-edit.txt # quilt's files patches series +# gdb files +.gdb_history + # cscope files cscope.* + +# tags files +/tags +/ctags +/etags + +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + +*.orig +*~ +\#*#