From: Philipp Tomsich Date: Tue, 29 Aug 2017 09:47:16 +0000 (+0200) Subject: gitignore: add intermediates from libfdt build X-Git-Tag: v2017.09~35^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=34e2c285da287b08a6c8d0e0cfde73e2fa127380;p=u-boot gitignore: add intermediates from libfdt build Since ee95d10 (fdt: Build the new python libfdt module), a number of additional files are auto-generated/installed into the tools directory. List these in .gitignore to suppress having them listed as untracked. Signed-off-by: Philipp Tomsich References: ee95d10 (fdt: Build the new python libfdt module) Reviewed-by: Simon Glass --- diff --git a/.gitignore b/.gitignore index 29757aa51e..f6f5dae3d4 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,14 @@ 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