[U-Boot] [PATCH] gitignore: add intermediates from libfdt build
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Tue Aug 29 09:47:16 UTC 2017
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 at theobroma-systems.com>
References: ee95d10 (fdt: Build the new python libfdt module)
---
.gitignore | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.gitignore b/.gitignore
index 29757aa..f6f5dae 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
--
2.1.4
More information about the U-Boot
mailing list