X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=f980ae6f703e1e8fc14c04c4fb2268a269b37e38;hb=f1a225229a64168fa489b5f8c82264f1857f6b60;hp=f1b801579ce7f4969d1268570e13ce8a8df7e194;hpb=5512f5ccf1dc5cec068f8efa1d8ce81f51a988d3;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