X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=7fac5b3c7479d13be1fd574a9f7c0d300c73c5c5;hb=bd4a985f5021876cd410f4a8110fce2c1b652333;hp=7c56594381a62abb57f0dcd63c0ccccfc4f5e55e;hpb=20c93959330aba8b5bbdbfde1ef319e99eba235d;p=u-boot diff --git a/.gitignore b/.gitignore index 7c56594381..7fac5b3c74 100644 --- a/.gitignore +++ b/.gitignore @@ -5,42 +5,82 @@ # # 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* +/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 +*~ +\#*#