diff options
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-08-29 11:47:16 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-09-04 02:10:06 -0600 |
commit | 34e2c285da287b08a6c8d0e0cfde73e2fa127380 (patch) | |
tree | 77f71344f2fa785742c2896d28e9a6c6ada80b81 /.gitignore | |
parent | cee8c35d1b7101d09a1854a48f867deaa701f7bf (diff) | |
download | u-boot-34e2c285da287b08a6c8d0e0cfde73e2fa127380.tar.gz |
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 <philipp.tomsich@theobroma-systems.com>
References: ee95d10 (fdt: Build the new python libfdt module)
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
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 |