X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=6bb0adefa7b2ca100ce56fe7381465e1cd18abd4;hb=3804f5bb4acfa7e58d0a0890225d8584422f3629;hp=9110eda6468fb70c6472b13aa086981a8855ed43;hpb=c90c43cda8c376f949266f920bbb49119aef0b00;p=u-boot diff --git a/.gitignore b/.gitignore index 9110eda646..6bb0adefa7 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 +*.cfgtmp +*.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-* @@ -86,7 +88,3 @@ GTAGS *.orig *~ \#*# - -# gcc code coverage files -*.gcda -*.gcno