X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=8d18d6f49bcbf02c850018aaf2a047e4876ebf0e;hb=70cff76c38a7051992e399f35e1571f24efbfded;hp=33abbd3d0783ce75b4b1d111b1ee085bc150e30f;hpb=7c0e5d865ff0b86dfce492b656238919c659d756;p=u-boot diff --git a/.gitignore b/.gitignore index 33abbd3d07..8d18d6f49b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,26 +3,30 @@ # 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 +*.dtb.S +*.elf +*.exe +*.gcda +*.gcno *.i +*.lex.c *.lst +*.mod.c +*.o +*.o.* *.order -*.elf -*.swp -*.bin *.patch -*.cfgtmp - -# host programs on Cygwin -*.exe +*.s +*.su +*.swp +*.tab.[ch] # Build tree /build-* @@ -30,8 +34,9 @@ # # Top-level generic files # +fit-dtb.blob /MLO* -/SPL +/SPL* /System.map /u-boot* /boards.cfg @@ -45,7 +50,6 @@ # # Generated files # -/LOG /spl/ /tpl/ /defconfig