X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=f980ae6f703e1e8fc14c04c4fb2268a269b37e38;hb=37964494c03f0d23c58c0e43cd694df0733ec1ca;hp=f1b801579ce7f4969d1268570e13ce8a8df7e194;hpb=df13a44377b36f438d15de06b07ad4645b89cf4f;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index f1b801579c..f980ae6f70 100644 --- a/.gitignore +++ b/.gitignore @@ -3,26 +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 +*.img +*.lex.c *.lst +*.mod.c +*.o +*.o.* *.order -*.elf -*.swp -*.bin *.patch -*.cfgtmp - -# host programs on Cygwin -*.exe +*.s +*.su +*.swp +*.tab.[ch] # Build tree /build-* @@ -30,12 +36,13 @@ # # 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 @@ -46,7 +53,6 @@ fit-dtb.blob # # Generated files # -/LOG /spl/ /tpl/ /defconfig @@ -85,7 +91,3 @@ GTAGS *.orig *~ \#*# - -# gcc code coverage files -*.gcda -*.gcno