X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=2e1c8bf2bf2c0a7a21e7af66342f2857e70e2f0d;hb=0e2afc8368b632ffb195d588ec2315ffbbf0a7e9;hp=c2f53fccb44af129f88dfc16b040af380d372167;hpb=899a8cbbc28e7dc1c2418048a2769d27769592c8;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index c2f53fccb4..2e1c8bf2bf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,23 +3,33 @@ # subdirectories here. Add them in the ".gitignore" file # in that subdirectory instead. # -# Normal rules +# Normal rules (sorted alphabetically) # .* -*.o -*.o.* *.a -*.s -*.su -*.mod.c +*.asn1.[ch] +*.bin +*.cfgout +*.dtb +*.dtbo +*.dtb.S +*.elf +*.exe +*.gcda +*.gcno *.i +*.img +*.lex.c *.lst +*.mod.c +*.o +*.o.* *.order -*.elf -*.swp -*.bin *.patch -*.cfgtmp +*.s +*.su +*.swp +*.tab.[ch] # Build tree /build-* @@ -27,10 +37,13 @@ # # Top-level generic files # +fit-dtb.blob* /MLO* -/SPL +/SPL* /System.map /u-boot* +/boards.cfg +/*.log # # git files that we don't want to ignore even it they are dot-files @@ -41,22 +54,15 @@ # # Generated files # - -/LOG -/errlog -/reloc_off - -/spl/* -!/spl/Makefile +/spl/ /tpl/ +/defconfig # # Generated include files # /include/config/ /include/generated/ -/include/spl-autoconf.mk -/include/tpl-autoconf.mk # stgit generated dirs patches-*