X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=c2afcfbca23e486d5a3337045010d5a6b2d73b67;hb=623aca88308b4f917f0465cd5dd1514ee781bee8;hp=9110eda6468fb70c6472b13aa086981a8855ed43;hpb=caa2a2e5ab44d87faf51fafc780ecc985e0c05d6;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 9110eda646..c2afcfbca2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,29 +3,32 @@ # 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 *.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-* @@ -38,6 +41,7 @@ fit-dtb.blob /System.map /u-boot* /boards.cfg +/*.log # # git files that we don't want to ignore even it they are dot-files @@ -86,7 +90,3 @@ GTAGS *.orig *~ \#*# - -# gcc code coverage files -*.gcda -*.gcno