X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=4d4c48686fa2234fec1759918b286e1c5fb77079;hb=3eb0fa4c93894fcc6afe628e44c3fd0c52bea473;hp=860b17931794b380c97c7ed28d3767ee43c87327;hpb=e91610da7c8a9fe42f3e5a75f06c3d1a0cb5f815;p=u-boot diff --git a/.gitignore b/.gitignore index 860b179317..4d4c48686f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,29 +3,29 @@ # 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 +*.cfgtmp +*.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 +48,6 @@ fit-dtb.blob # # Generated files # -/LOG /spl/ /tpl/ /defconfig @@ -87,7 +86,3 @@ GTAGS *.orig *~ \#*# - -# gcc code coverage files -*.gcda -*.gcno