X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=8d18d6f49bcbf02c850018aaf2a047e4876ebf0e;hb=4ea07111048efc5bd7f5b3a4ffd0271042f1f448;hp=860b17931794b380c97c7ed28d3767ee43c87327;hpb=e91610da7c8a9fe42f3e5a75f06c3d1a0cb5f815;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 860b179317..8d18d6f49b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,29 +3,31 @@ # 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 +*.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-* @@ -48,7 +50,6 @@ fit-dtb.blob # # Generated files # -/LOG /spl/ /tpl/ /defconfig @@ -87,7 +88,3 @@ GTAGS *.orig *~ \#*# - -# gcc code coverage files -*.gcda -*.gcno