X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=c2afcfbca23e486d5a3337045010d5a6b2d73b67;hb=9ed91550d548f76f40e22f0562ff3c4ba15f85c7;hp=f6f5dae3d4460f48c45c5d9b4b0e3f0b36e79060;hpb=a0e80c97c9ba1409c2370f6c8b2a4d6a48cdb15c;p=oweals%2Fu-boot.git diff --git a/.gitignore b/.gitignore index f6f5dae3d4..c2afcfbca2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,26 +3,31 @@ # 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 - -# host programs on Cygwin -*.exe +*.s +*.su +*.swp +*.tab.[ch] # Build tree /build-* @@ -36,6 +41,7 @@ fit-dtb.blob /System.map /u-boot* /boards.cfg +/*.log # # git files that we don't want to ignore even it they are dot-files @@ -46,7 +52,6 @@ fit-dtb.blob # # Generated files # -/LOG /spl/ /tpl/ /defconfig @@ -57,14 +62,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