summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-09-05 22:37:45 -0700
committerTom Rini <trini@konsulko.com>2017-09-07 10:44:35 -0400
commiteab44c93ebffc17603a651501c32495ec96c13e5 (patch)
tree5a63a94f02f03894587771822015b98267ae01ee /.gitignore
parentd11d3b2fa677aae817686af94ed9cb6c2c71d3c3 (diff)
tools: .gitignore: Add libfdt related files
Some files are generated during libfdt build. Ignore them. This was wrongly put in the .gitignore in the root directory before. Now let's remove entries there and put them in the right place. Fixes: 34e2c285 ("gitignore: add intermediates from libfdt build") Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index f6f5dae3d4..29757aa51e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,14 +57,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