X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=3df3139d236e686a697c157b7e70c3fa3e9d64bb;hb=c63d8a728282b1d8fe32db90a1edd7dba7790c25;hp=9110eda6468fb70c6472b13aa086981a8855ed43;hpb=809e0e398a91db7bf8b4d6259d9bfc6fbd6bce83;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 9110eda646..3df3139d23 100644 --- a/.gitignore +++ b/.gitignore @@ -3,29 +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 *.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 +89,3 @@ GTAGS *.orig *~ \#*# - -# gcc code coverage files -*.gcda -*.gcno