X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=d8b7b778449ef1ce61beeb6f3ec6f4450bb22496;hb=10289b4ed9f68bf3cd99d54acd4efdf7a96e281b;hp=9110eda6468fb70c6472b13aa086981a8855ed43;hpb=43c908aaf6f961d074d8f09d46824b9bdd6cec53;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 9110eda646..d8b7b77844 100644 --- a/.gitignore +++ b/.gitignore @@ -3,41 +3,45 @@ # 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-* # # Top-level generic files # -fit-dtb.blob +fit-dtb.blob* /MLO* /SPL* /System.map /u-boot* /boards.cfg +/*.log # # git files that we don't want to ignore even it they are dot-files @@ -86,7 +90,3 @@ GTAGS *.orig *~ \#*# - -# gcc code coverage files -*.gcda -*.gcno