X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=2e1c8bf2bf2c0a7a21e7af66342f2857e70e2f0d;hb=21cb8749b420c3da8f89d53510cf536d052343ae;hp=7c56594381a62abb57f0dcd63c0ccccfc4f5e55e;hpb=e42d2b0479ff5fd9f041e8dfa52105d521fa9264;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 7c56594381..2e1c8bf2bf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,44 +3,92 @@ # subdirectories here. Add them in the ".gitignore" file # in that subdirectory instead. # -# Normal rules +# Normal rules (sorted alphabetically) # - -*.rej -*.orig +.* *.a +*.asn1.[ch] +*.bin +*.cfgout +*.dtb +*.dtbo +*.dtb.S +*.elf +*.exe +*.gcda +*.gcno +*.i +*.img +*.lex.c +*.lst +*.mod.c *.o -*~ +*.o.* +*.order +*.patch +*.s +*.su +*.swp +*.tab.[ch] + +# 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 +/*.log + +# +# git files that we don't want to ignore even it they are dot-files +# +!.gitignore +!.mailmap # # Generated files # +/spl/ +/tpl/ +/defconfig -*.depend -/LOG -/errlog -/reloc_off +# +# 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 +*~ +\#*#