X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=d8b7b778449ef1ce61beeb6f3ec6f4450bb22496;hb=3148a3c2d32e3a0d58914d1a219e7fd2f0cb001e;hp=860b17931794b380c97c7ed28d3767ee43c87327;hpb=e91610da7c8a9fe42f3e5a75f06c3d1a0cb5f815;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 860b179317..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 @@ -48,7 +52,6 @@ fit-dtb.blob # # Generated files # -/LOG /spl/ /tpl/ /defconfig @@ -87,7 +90,3 @@ GTAGS *.orig *~ \#*# - -# gcc code coverage files -*.gcda -*.gcno