X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=f980ae6f703e1e8fc14c04c4fb2268a269b37e38;hb=09e70654a19d2291ae0ed58ab8a9717f166af6f8;hp=9110eda6468fb70c6472b13aa086981a8855ed43;hpb=c90c43cda8c376f949266f920bbb49119aef0b00;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 9110eda646..f980ae6f70 100644 --- a/.gitignore +++ b/.gitignore @@ -3,41 +3,46 @@ # 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 +*.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 +91,3 @@ GTAGS *.orig *~ \#*# - -# gcc code coverage files -*.gcda -*.gcno