X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=4d4c48686fa2234fec1759918b286e1c5fb77079;hb=3eb0fa4c93894fcc6afe628e44c3fd0c52bea473;hp=f6f5dae3d4460f48c45c5d9b4b0e3f0b36e79060;hpb=08d0c53d6b1ba9fcca19883e20f4735eabe8bb3a;p=u-boot diff --git a/.gitignore b/.gitignore index f6f5dae3d4..4d4c48686f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,26 +3,28 @@ # 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 - -# host programs on Cygwin -*.exe +*.s +*.su +*.swp +*.tab.[ch] # Build tree /build-* @@ -46,7 +48,6 @@ fit-dtb.blob # # Generated files # -/LOG /spl/ /tpl/ /defconfig @@ -57,14 +58,6 @@ fit-dtb.blob /include/config/ /include/generated/ -# Since "ee95d10 fdt: Build the new python libfdt module", a number of -# build artifacts and intermediated from the python libfdt module are -# installed into the /tools directory. -/tools/_libfdt.so -/tools/libfdt.py -/tools/libfdt.pyc -/tools/libfdt_wrap.c - # stgit generated dirs patches-* .stgit-edit.txt