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