X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=2e1c8bf2bf2c0a7a21e7af66342f2857e70e2f0d;hb=f6f9a016899e62cb65016421a09fd3fe06ce660f;hp=9110eda6468fb70c6472b13aa086981a8855ed43;hpb=c90c43cda8c376f949266f920bbb49119aef0b00;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 9110eda646..2e1c8bf2bf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,41 +3,47 @@ # 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] -# host programs on Cygwin -*.exe - # Build tree /build-* # # Top-level generic files # -fit-dtb.blob +fit-dtb.blob* /MLO* /SPL* /System.map /u-boot* /boards.cfg +/*.log # # git files that we don't want to ignore even it they are dot-files @@ -86,7 +92,3 @@ GTAGS *.orig *~ \#*# - -# gcc code coverage files -*.gcda -*.gcno