X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=a40c277105ea65efe81a70c53715099adf6d2548;hb=d04e30b839f3a60b72fda7021eaf2f94b185d756;hp=7c56594381a62abb57f0dcd63c0ccccfc4f5e55e;hpb=ae92069abecc278d7b8de88ffa62de0c2c0ed2bf;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 7c56594381..a40c277105 100644 --- a/.gitignore +++ b/.gitignore @@ -5,42 +5,81 @@ # # 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/ + +# +# 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 +*~ +\#*#